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.]
Applies to: desktop apps only
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 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/13/2012