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.
Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Méthodes publiques

Méthode Description
InitSecContext ( byte token, int offset, int len ) : byte[]

Private Methods

Méthode Description
GetNtlmsspListItem ( byte type2Token, int id0 ) : string

Method Details

InitSecContext() public méthode

public InitSecContext ( byte token, int offset, int len ) : byte[]
token byte
offset int
len int
Résultat byte[]