SharpCifs.Smb.SmbSession.GetChallenge C# (CSharp) Method

GetChallenge() public static method

public static GetChallenge ( UniAddress dc ) : byte[]
dc UniAddress
return byte[]
		public static byte[] GetChallenge(UniAddress dc)
		{
			return GetChallenge(dc, 0);
		}

Same methods

SmbSession::GetChallenge ( UniAddress dc, int port ) : byte[]