Expand Minimize
This topic has not yet been rated - Rate this topic

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

Schannel.h

DLL

Schannel.dll

See also

SslCrackCertificate

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.