IX509PublicKey::InitializeFromEncodedPublicKeyInfo 方法 (certenroll.h)
InitializeFromEncodedPublicKeyInfo 方法从包含公钥的字节数组初始化 对象。 字节数组由 Unicode 编码的字符串表示。
语法
HRESULT InitializeFromEncodedPublicKeyInfo(
[in] BSTR strEncodedPublicKeyInfo,
[in] EncodingType Encoding
);
参数
[in] strEncodedPublicKeyInfo
包含键的 BSTR 变量。
[in] Encoding
一个 EncodingType 枚举值,该值指定应用于 strEncodedPublicKeyInfo 参数中包含的键的 Unicode 编码的类型。 默认值为XCN_CRYPT_STRING_BASE64。
返回值
如果函数成功,该函数将返回 S_OK。
如果函数失败,它将返回指示错误的 HRESULT 值。 可能的值包括(但并不限于)下表中的项。 有关常见错误代码的列表,请参阅 常见 HRESULT 值。
返回代码/值 | 说明 |
---|---|
|
对象已初始化。 |
注解
InitializeFromEncodedPublicKeyInfo 方法从现有公钥初始化以下属性值:
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | certenroll.h |
DLL | CertEnroll.dll |