Mono.Security.Protocol.Ntlm.ChallengeResponse.ChallengeResponse C# (CSharp) Method

ChallengeResponse() public method

public ChallengeResponse ( ) : System
return System
		public ChallengeResponse () 
		{
			_disposed = false;
			_lmpwd = new byte [21];
			_ntpwd = new byte [21];
		}
		

Same methods

ChallengeResponse::ChallengeResponse ( string password, byte challenge ) : System