ComponentSpace SAML Class Library Reference

CertificateContext.Dispose Method (Boolean)

Disposes of the certificate context and frees up unmanaged resources.

[Visual Basic]
Overridable Overloads Protected Sub Dispose( _
   ByVal disposing As Boolean _
)
[C#]
protected virtual void Dispose(
   bool disposing
);

Parameters

disposing
true if being called by the Dispose method and not the finalizer; otherwise false.

See Also

CertificateContext Class | ComponentSpace.CryptoHelper Namespace | CertificateContext.Dispose Overload List