Re: Manage and Store Keys
From: Hernan de Lahitte (hernan_at_lagash.com)
Date: 06/23/04
- Next message: Maras: "Re: SQL Connectivity by Web App"
- Previous message: Hernan de Lahitte: "Re: CspProviderFlags Members"
- In reply to: Johanna Espinosa: "Manage and Store Keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 23 Jun 2004 10:35:49 -0300
I think this article will help you out with these topics.
http://www.jensign.com/JavaScience/dotnet/keyinfo/
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. http://weblogs.asp.net/hernandl 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 http://www.devdex.com *** > Don't just participate in USENET...get rewarded for it!
- Next message: Maras: "Re: SQL Connectivity by Web App"
- Previous message: Hernan de Lahitte: "Re: CspProviderFlags Members"
- In reply to: Johanna Espinosa: "Manage and Store Keys"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]