Microsoft.AspNetCore.Authentication.ActiveDirectory.HandshakeState.HandshakeState C# (CSharp) Method

HandshakeState() public method

public HandshakeState ( ) : Microsoft.AspNetCore.Http.Authentication
return Microsoft.AspNetCore.Http.Authentication
        public HandshakeState()
        {
            this.Credentials = new SecurityHandle(0);
            this.Context = new SecurityHandle(0);
        }