CspParameters Constructor
.NET Framework 2.0
Initializes a new instance of the CspParameters class.
CspParameters Members
System.Security.Cryptography Namespace
| Name | Description |
|---|---|
| CspParameters () | Initializes a new instance of the CspParameters class. Supported by the .NET Compact Framework. |
| CspParameters (Int32) | Initializes a new instance of the CspParameters class with the specified provider type code. Supported by the .NET Compact Framework. |
| CspParameters (Int32, String) | Initializes a new instance of the CspParameters class with the specified provider type code and name. Supported by the .NET Compact Framework. |
| CspParameters (Int32, String, String) | Initializes a new instance of the CspParameters class with the specified provider type code and name, and the specified container name. Supported by the .NET Compact Framework. |
| CspParameters (Int32, String, String, CryptoKeySecurity, IntPtr) | Initializes a new instance of the CspParameters class using a provider type, a provider name, a container name, access information, and a handle to an unmanaged smart card password dialog. |
| CspParameters (Int32, String, String, CryptoKeySecurity, SecureString) | Initializes a new instance of the CspParameters class using a provider type, a provider name, a container name, access information, and a password associated with a smart card key. |
Reference
CspParameters ClassCspParameters Members
System.Security.Cryptography Namespace