C# 클래스 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.
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
InitSecContext ( byte token, int offset, int len ) : byte[]

비공개 메소드들

메소드 설명
GetNtlmsspListItem ( byte type2Token, int id0 ) : string

메소드 상세

InitSecContext() 공개 메소드

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