The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
X509Chain::Dispose Method
.NET Framework (current version)
Releases the resources used by this X509Chain.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all of the resources used by this X509Chain. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by this X509Chain, and optionally releases the managed resources. |
Note |
|---|
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. |
Show:


