CspKeyContainerInfo Class
Provides additional information about a cryptographic key pair. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CspKeyContainerInfo(CspParameters) | Initializes a new instance of the CspKeyContainerInfo class using the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | Accessible | Gets a value indicating whether a key in a key container is accessible. |
![]() | CryptoKeySecurity | Gets a CryptoKeySecurity object that represents access rights and audit rules for a container. |
![]() | Exportable | Gets a value indicating whether a key can be exported from a key container. |
![]() | HardwareDevice | Gets a value indicating whether a key is a hardware key. |
![]() | KeyContainerName | Gets a key container name. |
![]() | KeyNumber | Gets a value that describes whether an asymmetric key was created as a signature key or an exchange key. |
![]() | MachineKeyStore | Gets a value indicating whether a key is from a machine key set. |
![]() | Protected | Gets a value indicating whether a key pair is protected. |
![]() | ProviderName | Gets the provider name of a key. |
![]() | ProviderType | Gets the provider type of a key. |
![]() | RandomlyGenerated | Gets a value indicating whether a key container was randomly generated by a managed cryptography class. |
![]() | Removable | Gets a value indicating whether a key can be removed from a key container. |
![]() | UniqueKeyContainerName | Gets a unique key container name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Use this class to obtain additional information about a key pair, such as the key container name or the key number.
In cases where a random key is generated by the RSACryptoServiceProvider or the DSACryptoServiceProvider, a key container will not be created until you call a method that uses the key. Some properties of the CspKeyContainerInfo class will throw a CryptographicException if a key container has not been created.
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

