MailKit.Security.SaslMechanismNtlm.Reset C# (CSharp) Method

Reset() public method

Resets the state of the SASL mechanism.
Resets the state of the SASL mechanism.
public Reset ( ) : void
return void
		public override void Reset ()
		{
			state = LoginState.Initial;
			base.Reset ();
		}
	}