SslFreeCertificate 函式 (schannel.h)

[ SslFreeCertificate 函式可用於需求一節中指定的操作系統。 它在後續版本中可能會變更或無法使用。 請改用 CertFreeCertificateContext 函式。]

釋放先前呼叫 SslCrackCertificate 函式所配置的憑證。

此函式沒有相關聯的匯入連結庫。 您必須使用 LoadLibraryGetProcAddress 函式,以動態方式連結至 Schannel.dll。

語法

void SslFreeCertificate(
  [in] PX509Certificate pCertificate
);

參數

[in] pCertificate

要釋放的憑證。

傳回值

規格需求

需求
最低支援的用戶端 Windows XP [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限傳統型應用程式]
目標平台 Windows
標頭 schannel.h
Dll Schannel.dll

另請參閱

SslCrackCertificate