Microsoft.AspNetCore.Authentication.ActiveDirectory.HandshakeState.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            this.Context.Reset();
            this.Credentials.Reset();
            this.WindowsIdentity.Dispose();
        }
    }