X509Chain::Dispose Method (Boolean)

.NET Framework (current version)
 

Releases the unmanaged resources used by this X509Chain, and optionally releases the managed resources.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

protected:
virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System::Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

System_CAPS_noteNote

X509Chain implements the IDisposable interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the X509Chain class does not implement this interface, and therefore the Dispose method does not exist.

.NET Framework
Available since 4.6
Return to top
Show: