RSACryptoServiceProvider.CspKeyContainerInfo Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a CspKeyContainerInfo object that describes additional information about a cryptographic key pair.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Security.Cryptography.CspKeyContainerInfoA CspKeyContainerInfo object that describes additional information about a cryptographic key pair.
Implements
ICspAsymmetricAlgorithm.CspKeyContainerInfoUse the CspKeyContainerInfo property to retrieve additional information about a cryptographic key pair. The returned CspKeyContainerInfo object describes whether the key is exportable, and specifies the key container name, information about the provider, and other information.