X509CertificateClaimSet.Dispose Method

Definition

Releases all resources used by the X509CertificateClaimSet.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Remarks

Call the Dispose method when you are finished using the X509CertificateClaimSet. The Dispose method leaves the X509CertificateClaimSet in an unusable state. After calling the Dispose method, you must release all references to the X509CertificateClaimSet so the garbage collector can reclaim the memory that the X509CertificateClaimSet occupied.

Note

Always call Dispose before you release your last reference to the X509CertificateClaimSet. Otherwise, the resources it is using are not freed until the garbage collector calls the X509CertificateClaimSet object's Finalize method.

Applies to