Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 |
| Library | schannel.lib |
| DLL | Schannel.dll |