共用方式為


Certificate(IBuffer) 建構函式

定義

使用指定的憑證資料,建立 Certificate 類別的新實例。

public:
 Certificate(IBuffer ^ certBlob);
 Certificate(IBuffer const& certBlob);
public Certificate(IBuffer certBlob);
function Certificate(certBlob)
Public Sub New (certBlob As IBuffer)

參數

certBlob
IBuffer

ASN.1 DER 編碼憑證 Blob (.cer 或 .p7b) 的憑證資料。

適用於