// Assembly: Mono.Security
// Full name: Mono.Security.Protocol.Ntlm.ChallengeResponse

namespace Mono.Security.Protocol.Ntlm
{
public class ChallengeResponse // TypeDefIndex: 11411
{
	// Fields
	type#12866 magic;
	type#12866 nullEncMagic;
	type#15314 _disposed;
	type#12861 _challenge;
	type#12861 _lmpwd;
	type#12861 _ntpwd;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#26576 password, type#12860 challenge) { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	public type#28660 set_Password(type#26576 value) { }
	// RVA: -1
	public type#28660 set_Challenge(type#12860 value) { }
	// RVA: -1
	public type#12860 get_LM() { }
	// RVA: -1
	public type#12860 get_NT() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	private type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	private type#12860 GetResponse(type#12860 pwd) { }
	// RVA: -1
	private type#12860 PrepareDESKey(type#12860 key56bits, type#20867 position) { }
	// RVA: -1
	private type#12860 PasswordToKey(type#26576 password, type#20867 position) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
