C# Class SharpCifs.Smb.QueuedNtlmContext

Inheritance: INtlmContext
Show file Open project: brandonprry/Potato

Public Methods

Method Description
GetNetbiosName ( ) : String
GetServerChallenge ( ) : byte[]
GetSigningKey ( ) : byte[]
InitSecContext ( byte token, int offset, int len ) : byte[]
IsEstablished ( ) : bool
QueuedNtlmContext ( Queue queue ) : System

Method Details

GetNetbiosName() public method

public GetNetbiosName ( ) : String
return String

GetServerChallenge() public method

public GetServerChallenge ( ) : byte[]
return byte[]

GetSigningKey() public method

public GetSigningKey ( ) : byte[]
return byte[]

InitSecContext() public method

public InitSecContext ( byte token, int offset, int len ) : byte[]
token byte
offset int
len int
return byte[]

IsEstablished() public method

public IsEstablished ( ) : bool
return bool

QueuedNtlmContext() public method

public QueuedNtlmContext ( Queue queue ) : System
queue Queue
return System