System::Security::Cryptography::CspKeyContainerInfo 类

CspKeyContainerInfo class

关于加密密钥对的附加信息。

class CspKeyContainerInfo : public virtual System::Object

方法

方法描述
CspKeyContainerInfo(const SharedPtr<CspParameters>&)RTTI 信息。
get_Accessible() const获取指示容器中密钥是否可访问的标志。
get_Exportable() const获取指示密钥是否可以从容器导出的标志。
get_HardwareDevice() const获取指示密钥是否为硬件密钥的标志。
get_KeyContainerName() const获取密钥容器名称。
get_KeyNumber() const获取一个 KeyNumber 对象。
get_MachineKeyStore() const获取指示密钥是否从机器密钥存储加载的标志。
get_Protected() const获取指示密钥是否受到复制保护的标志。
get_ProviderName() const获取提供程序名称。
get_ProviderType() const获取提供程序类型。
get_RandomlyGenerated() const获取指示密钥是否随机生成的标志。
get_Removable() const获取指示密钥是否可以从容器中移除的标志。
get_UniqueKeyContainerName() const获取唯一的容器名称。

另见