X509Store::Dispose Method ()

.NET Framework (current version)
 

Releases the resources used by this X509Store.

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

public:
virtual void Dispose() sealed

System_CAPS_noteNote

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

.NET Framework
Available since 4.6
Return to top
Show: