Share via


ICspAsymmetricAlgorithm.CspKeyContainerInfo 属性

定义

获取描述有关加密密钥对的附加信息的 CspKeyContainerInfo 对象。

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

属性值

描述有关加密密钥对的附加信息的 CspKeyContainerInfo 对象。

注解

返回 CspKeyContainerInfo 的对象指定密钥是否可导出,并提供密钥容器名称、有关提供程序的信息和其他信息。

适用于