System.Security.Cryptography.CspParameters Members

The members of System.Security.Cryptography.CspParameters are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Fields

KeyContainerNamestring.

Represents the key container name for System.Security.Cryptography.CspParameters.

KeyNumberint.

Specifies whether an asymmetric key is created as a signature key or an exchange key.

ProviderNamestring.

Represents the provider name for System.Security.Cryptography.CspParameters.

ProviderTypeint.

Represents the provider type code for System.Security.Cryptography.CspParameters.

Public Properties

CryptoKeySecuritySystem.Security.AccessControl.CryptoKeySecurity.

Gets or sets a System.Security.AccessControl.CryptoKeySecurity object that represents access rights and audit rules for a container.

FlagsCspProviderFlags.

Represents the flags for System.Security.Cryptography.CspParameters that modify the behavior of the cryptographic service provider (CSP).

KeyPasswordSystem.Security.SecureString.

Gets or sets a password associated with a smart card key.

ParentWindowHandleIntPtr.

Gets or sets a handle to the unmanaged parent window for a smart card password dialog box.