DSACryptoServiceProvider.CspKeyContainerInfo 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取描述有关加密密钥对的附加信息的 CspKeyContainerInfo 对象。
public:
property System::Security::Cryptography::CspKeyContainerInfo ^ CspKeyContainerInfo { System::Security::Cryptography::CspKeyContainerInfo ^ get(); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CspKeyContainerInfo : System.Security.Cryptography.CspKeyContainerInfo
Public ReadOnly Property CspKeyContainerInfo As CspKeyContainerInfo
属性值
描述有关加密密钥对的附加信息的 CspKeyContainerInfo 对象。
实现
- 属性
注解
CspKeyContainerInfo使用 属性检索有关加密密钥对的其他信息。 返回 CspKeyContainerInfo 的对象描述密钥是否可导出,并指定密钥容器名称、有关提供程序的信息和其他信息。
如果生成了随机密钥,则在调用使用该密钥的方法之前,不会创建密钥容器。 如果尚未创建密钥容器, CspKeyContainerInfo 则 CspKeyContainerInfo 属性返回的对象的某些属性将引发 CryptographicException 。 若要确保已创建密钥容器,请在调用 属性之前调用 、、VerifyDataVerifyHash、 等方法SignHashSignData。CspKeyContainerInfo