C# Class SharpCifs.Smb.NtlmContext

For initiating NTLM authentication (including NTLMv2).
For initiating NTLM authentication (including NTLMv2). If you want to add NTLMv2 authentication support to something this is what you want to use. See the code for details. Note that JCIFS does not implement the acceptor side of NTLM authentication.
Mostra file Open project: brandonprry/Potato Class Usage Examples

Public Methods

Method Description
InitSecContext ( byte token, int offset, int len ) : byte[]

Private Methods

Method Description
GetNtlmsspListItem ( byte type2Token, int id0 ) : string

Method Details

InitSecContext() public method

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