ICertEncodeBitString::D ecode 方法 (certenc.h)
譯碼方法會譯碼抽象語法表示法 1 (ASN.1) 編碼的位字串,並將產生的位字串儲存在此物件中。 接著,您可以呼叫 ICertEncodeBitString::GetBitCount 和 ICertEncodeBitString::GetBitString 方法來擷取位字元串及其大小。
語法
HRESULT Decode(
[in] const BSTR strBinary
);
參數
[in] strBinary
ASN.1 編碼的位字串。
傳回值
VB
如果方法成功,方法會傳回S_OK。如果方法失敗,它會傳回指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
備註
使用這個方法來譯碼編碼的位字串。
範例
如需呼叫 Decode 方法的範例,請參閱 ICertEncodeBitString::Encode 方法。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | certenc.h (包含 Certsrv.h) |
程式庫 | Certidl.lib |
Dll | Certenc.dll |