June 2003
Intermediate to advanced
714 pages
22h 8m
English
CspParameters
public sealed class CspParameters { // Public Constructors public CspParameters( ); public CspParameters(intdwTypeIn); public CspParameters(intdwTypeIn, stringstrProviderNameIn); public CspParameters(intdwTypeIn, stringstrProviderNameIn, stringstrContainerNameIn); // Public Instance Fields public string KeyContainerName; public int KeyNumber; public string ProviderName; public int ProviderType; // Public Instance Properties public CspProviderFlags Flags{set; get; } }
The asymmetric algorithm implementation classes that are wrappers
around the Windows Crypto API
(RSACryptoServiceProvider and
DSACryptoServiceProvider) are able to read and
write key parameters from the persistent Windows key stores. This
class can be used as an argument to the implementation class
constructors in order to specify the details of which key store
should be used.
DSACryptoServiceProvider.DSACryptoServiceProvider(
), PasswordDeriveBytes.PasswordDeriveBytes(
),
RNGCryptoServiceProvider.RNGCryptoServiceProvider(
),
RSACryptoServiceProvider.RSACryptoServiceProvider(
)