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 | 获取唯一的容器名称。 |
另见
- Class Object
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++