共用方式為


CryptXmlDllCreateKey 回呼函式 (cryptxml.h)

CryptXmlDllCreateKey 函式會剖析 KeyValue 元素並建立密碼編譯 API:新一代 (CNG) BCrypt 密鑰句柄來驗證簽章。

語法

CryptXmlDllCreateKey Cryptxmldllcreatekey;

HRESULT Cryptxmldllcreatekey(
  [in]  const CRYPT_XML_BLOB *pEncoded,
  [out] BCRYPT_KEY_HANDLE *phKey
)
{...}

參數

[in] pEncoded

包含 KeyValue 專案的CRYPT_XML_BLOB結構的指標。

[out] phKey

接收用來驗證簽章之密鑰句柄 的BCRYPT_KEY_HANDLE 變數指標。

當 CryptXML 使用金鑰完成時,CryptXML 會藉由呼叫 BCryptDestroyKey 函 式來釋放它。

傳回值

如果函式成功,函式會傳回零。

如果函式失敗,它會傳回 指出錯誤的 HRESULT 值。

規格需求

需求
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限桌面應用程式]
目標平台 Windows
標頭 cryptxml.h