SslFreeCertificate function (schannel.h)
[The SslFreeCertificate function is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the CertFreeCertificateContext function.]
Frees a certificate that was allocated by a previous call to the SslCrackCertificate function.
This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to Schannel.dll.
Syntax
void SslFreeCertificate(
[in] PX509Certificate pCertificate
);
Parameters
[in] pCertificate
The certificate to free.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | schannel.h |
DLL | Schannel.dll |