ICspAsymmetricAlgorithm.CspKeyContainerInfo 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取描述有关加密密钥对的附加信息的 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 的对象指定密钥是否可导出,并提供密钥容器名称、有关提供程序的信息和其他信息。