The members of System.Security.Cryptography.CspParameters are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.Cryptography.CspParameters class. | ||
Initializes a new instance of the System.Security.Cryptography.CspParameters class with the specified provider type code. | ||
Initializes a new instance of the System.Security.Cryptography.CspParameters class with the specified provider type code and name. | ||
Initializes a new instance of the System.Security.Cryptography.CspParameters class with the specified provider type code and name, and the specified container name. | ||
Initializes a new instance of the System.Security.Cryptography.CspParameters class using a provider type, a provider name, a container name, access information, and a handle to an unmanaged smart card password dialog. | ||
Initializes a new instance of the System.Security.Cryptography.CspParameters class using a provider type, a provider name, a container name, access information, and a password associated with a smart card key. |
KeyContainerName | string.
Represents the key container name for System.Security.Cryptography.CspParameters. | |
KeyNumber | int.
Specifies whether an asymmetric key is created as a signature key or an exchange key. | |
ProviderName | string.
Represents the provider name for System.Security.Cryptography.CspParameters. | |
ProviderType | int.
Represents the provider type code for System.Security.Cryptography.CspParameters. |
CryptoKeySecurity | System.Security.AccessControl.CryptoKeySecurity.
Gets or sets a System.Security.AccessControl.CryptoKeySecurity object that represents access rights and audit rules for a container. | |
Flags | CspProviderFlags.
Represents the flags for System.Security.Cryptography.CspParameters that modify the behavior of the cryptographic service provider (CSP). | |
KeyPassword | System.Security.SecureString.
Gets or sets a password associated with a smart card key. | |
ParentWindowHandle | IntPtr.
Gets or sets a handle to the unmanaged parent window for a smart card password dialog box. |