Ask a Question related to ASP.NET Security, Design and Development.
-
Johanna Espinosa #1
Manage and Store Keys
I'm using and overloaded RSACryptoServiceProvider rsa =
RSACryptoServiceProvider(CspParameters cp) indicating the container name
through cp.KeyContainerName property, but I don't understand what
different make to stablish PersistKeyInCsp option to true and how to
identify if the container already exist or the constructor is creating a
new one pair of keys. Does anybody have documentation about managing and
storing key pair.
Any help will be appreciated,
Johanna Espinosa L.
*** Sent via Devdex [url]http://www.devdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Johanna Espinosa Guest
-
Determining all shortcut keys in use (including Function keys)?
I'm creating a Windows Acrobat 8 plug-in and would like to know how to find all the current shortcut keys. The Acrobat 8 SDK's Developing Plug-ins... -
how do I manage all these instances?
is there an easy way to manage all your instances, we have 6 instances and if I need to add a dsn/ mapping / verity / cfx tag do I have to set this... -
Manage databases
i am trying to contact databases from flash fortunately i can, but what i'd like to do is a member login using a database, i am using some asp... -
Manage effects
Hello, i have a little problem with fireworks MX. I had created some effects and given them a special name so that i can make an effect by clicking... -
#21788 [Sus->WFx]: array_multisort() changes array keys unexpectedly given numeric strings as keys
ID: 21788 Updated by: sniper@php.net Reported By: jon at inet-specialists dot com -Status: Suspended +Status: ... -
Hernan de Lahitte #2
Re: Manage and Store Keys
I think this article will help you out with these topics.
[url]http://www.jensign.com/JavaScience/dotnet/keyinfo/[/url]
Hopefully this will solve most of your doubts. However if you have any
further question please don't be afraid to ask.
Note: Before calling the RSACryptoServiceProvider constructor with the
CspParameters instance, you should set the Flags property with one of these
two values:
UseMachineKeyStore or UseDefaultKeyContainer and set the KeyContainerName
value as well.
--
Hernan de Lahitte
Lagash Systems S.A.
[url]http://weblogs.asp.net/hernandl[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johanna Espinosa" <papillongema@hotmail.com> wrote in message
news:e97wIC%23VEHA.584@TK2MSFTNGP09.phx.gbl...> I'm using and overloaded RSACryptoServiceProvider rsa =
> RSACryptoServiceProvider(CspParameters cp) indicating the container name
> through cp.KeyContainerName property, but I don't understand what
> different make to stablish PersistKeyInCsp option to true and how to
> identify if the container already exist or the constructor is creating a
> new one pair of keys. Does anybody have documentation about managing and
> storing key pair.
>
> Any help will be appreciated,
>
> Johanna Espinosa L.
>
> *** Sent via Devdex [url]http://www.devdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Hernan de Lahitte Guest



Reply With Quote

