CngProvider Members
.NET Framework 3.5
Encapsulates the name of a key storage provider (KSP) for use with Cryptography Next Generation (CNG) objects.
The CngProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Overloaded. Compares two CngProvider objects. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Generates a hash value for the name of the key storage provider (KSP) that is embedded in the current CngProvider object. (Overrides Object.GetHashCode().) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Gets the name of the key storage provider (KSP) that the current CngProvider object specifies. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
|
Equality | Determines whether two CngProvider objects specify the same key storage provider (KSP). |
|
Inequality | Determines whether two CngProvider objects do not represent the same key storage provider (KSP). |
| Name | Description | |
|---|---|---|
|
MicrosoftSmartCardKeyStorageProvider | Gets a CngProvider object that specifies the Microsoft Smart Card Key Storage Provider. |
|
MicrosoftSoftwareKeyStorageProvider | Gets a CngProvider object that specifies the Microsoft Software Key Storage Provider. |
|
Provider | Gets the name of the key storage provider (KSP) that the current CngProvider object specifies. |