SslFreeCertificate function
[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
- pCertificate [in]
-
The certificate to free.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also