ComponentSpace SAML Class Library Reference

CertificateContext.CloseCertificateContexts Method 

Closes the certificate contexts.

[Visual Basic]
Public Shared Sub CloseCertificateContexts( _
   ByVal certificateContexts As CertificateContext() _
)
[C#]
public static void CloseCertificateContexts(
   CertificateContext[] certificateContexts
);

Parameters

certificateContexts
The certificate contexts.

See Also

CertificateContext Class | ComponentSpace.CryptoHelper Namespace