iCspInformation::get_MaxKeyContainerNameLength 方法 (certenroll.h)

MaxKeyContainerNameLength 属性检索与提供程序关联的私钥容器的名称支持的最大长度。

此属性为只读。

语法

HRESULT get_MaxKeyContainerNameLength(
  LONG *pValue
);

参数

pValue

返回值

备注

可以通过在 IX509PrivateKey 接口上调用 ContainerName 属性来指定和检索密钥容器名称。 下表列出了与 Microsoft 分发的提供程序关联的值。 其中一些提供程序可能未包含在所有操作系统中,而其他提供程序可能改为包含在内。

提供程序 MaxKeyContainerNameLength 值
Microsoft 软件密钥存储提供程序 261
Microsoft 智能卡密钥存储提供程序 40
Microsoft Base Cryptographic Provider v1.0 261
Microsoft Base DSS 和 Diffie-Hellman 加密提供程序 261
Microsoft Base DSS Cryptographic Provider 261
Microsoft Base Smart Card Crypto Provider 40
Microsoft DH Schannel 加密提供程序 261
Microsoft Enhanced Cryptographic Provider v1.0 261
Microsoft 增强型 DSS 和 Diffie-Hellman 加密提供程序 261
Microsoft 增强型 RSA 和 AES 加密提供程序 261
Microsoft RSA Schannel 加密提供程序 261
Microsoft Strong Cryptographic Provider 261

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 certenroll.h
DLL CertEnroll.dll

另请参阅

ICspInformation