Windows apps
Collapse the table of content
Expand the table of content
Information
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.

X509Certificate::Dispose Method

.NET Framework (current version)
 

Releases the resources used by the current X509Certificate object.

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

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the current X509Certificate object.

System_CAPS_protmethodDispose(Boolean)

Releases all of the unmanaged resources used by this X509Certificate and optionally releases the managed resources.

System_CAPS_noteNote

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

Return to top
Show:
© 2017 Microsoft