ICspAsymmetricAlgorithm.CspKeyContainerInfo Property

Definition

Gets a CspKeyContainerInfo object that describes additional information about a cryptographic key pair.

public:
 property System::Security::Cryptography::CspKeyContainerInfo ^ CspKeyContainerInfo { System::Security::Cryptography::CspKeyContainerInfo ^ get(); };
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
Public ReadOnly Property CspKeyContainerInfo As CspKeyContainerInfo

Property Value

A CspKeyContainerInfo object that describes additional information about a cryptographic key pair.

Remarks

The returned CspKeyContainerInfo object specifies whether the key is exportable, and provides the key container name, information about the provider, and other information.

Applies to