CspParameters Members
.NET Framework 2.0
Contains parameters that are passed to the cryptographic service provider (CSP) that performs cryptographic computations. This class cannot be inherited.
The following tables list the members exposed by the CspParameters type.
| Name | Description | |
|---|---|---|
| CspParameters | Overloaded. Initializes a new instance of the CspParameters class. |
| Name | Description | |
|---|---|---|
| KeyContainerName | Represents the key container name for CspParameters. |
| KeyNumber | Specifies whether an asymmetric key is created as a signature key or an exchange key. |
| ProviderName | Represents the provider name for CspParameters. |
| ProviderType | Represents the provider type code for CspParameters. |
| Name | Description | |
|---|---|---|
| CryptoKeySecurity | Gets or sets a CryptoKeySecurity object that represents access rights and audit rules for a container. |
| Flags | Represents the flags for CspParameters. |
| KeyPassword | Gets or sets a password associated with a smart card key. |
| ParentWindowHandle | Gets or sets a handle to the unmanaged parent window for a smart card password dialog. |
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Reference
CspParameters ClassSystem.Security.Cryptography Namespace