ComponentSpace SAML Class Library Reference

CertificateStore.Dispose Method (Boolean)

Disposes of the certificate store 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

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