共用方式為


IX509EndorsementKey::RemoveCertificate 方法 (certenroll.h)

從金鑰儲存提供者移除與簽署金鑰相關的簽署憑證。 您只能在成功呼叫 Open 方法之後呼叫 RemoveCertificate 方法。

語法

HRESULT RemoveCertificate(
  [in] EncodingType Encoding,
  [in] BSTR         strCertificate
);

參數

[in] Encoding

EncodingType 列舉值,指定套用至簽署憑證的 Unicode 編碼類型。 預設值為 XCN_CRYPT_STRING_BASE64。

[in] strCertificate

要從存放區中移除的憑證。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

只有非製造商憑證可以從密鑰儲存提供者中移除。

規格需求

需求
目標平台 Windows
標頭 certenroll.h
Dll Certenroll.dll

另請參閱

IX509EndorsementKey