ICertEncodeBitString::Encode 方法 (certenc.h)
Encode 方法对给定位字符串执行抽象语法表示法 1 (ASN.1) 编码。
语法
HRESULT Encode(
[in] LONG BitCount,
[in] BSTR strBitString,
[out] BSTR *pstrBinary
);
参数
[in] BitCount
strBitString 中的位数。
[in] strBitString
要编码的位字符串。
[out] pstrBinary
指向将包含编码位字符串的 BSTR 的指针。 完成使用此 BSTR 后,调用 SysFreeString 函数以释放 pbstrBinary。
返回值
C++
如果方法成功,该方法将返回S_OK。如果方法失败,它将返回一个 指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 通用 HRESULT 值。
VB
返回值为 ASN.1 编码的位字符串。要求
要求 | 值 |
---|---|
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | certenc.h (包括 Certsrv.h) |
Library | Certidl.lib |
DLL | Certenc.dll |