ICspAsymmetricAlgorithm.CspKeyContainerInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.