SecurityContextSecurityToken.Dispose Method

Definition

Releases unmanaged resources used by this instance of this object.

C#
public void Dispose();

Implements

Remarks

Use this method to close or release unmanaged resources, such as files, streams, and handles held by an instance of the class that implements this interface. This method is, by convention, used for all tasks associated with freeing resources held by an object, or preparing an object for reuse.

For more information, see IDisposable.Dispose.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1