IMFContentDecryptionModule::SetServerCertificate 方法 (mfcontentdecryptionmodule.h)
提供伺服器證書,用來加密授權伺服器的訊息。
語法
HRESULT SetServerCertificate(
const BYTE *certificate,
DWORD certificateSize
);
參數
certificate
包含憑證的 BYTE 陣列。
certificateSize
憑證中陣列的大小。
傳回值
傳回成功時S_OK。
備註
SetServerCertificate 是以加密媒體擴充功能規格的 SetServerCertificate 為基礎。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 版本 2004 (10.0;組建 19041) |
最低支援的伺服器 | Windows Server 版本 2004 (10.0;組建 19041) |
標頭 | mfcontentdecryptionmodule.h |