C# Class SharpCifs.Smb.NtlmChallenge

Show file Open project: brandonprry/Potato

Public Properties

Property Type Description
Challenge byte[]
Dc UniAddress

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
NtlmChallenge ( byte challenge, UniAddress dc ) : SharpCifs.Util

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Challenge public property

public byte[] Challenge
return byte[]

Dc public property

public UniAddress Dc
return UniAddress