C# 클래스 SharpCifs.Smb.Dfs

파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
GetDc ( string domain, NtlmPasswordAuthentication auth ) : SmbTransport
GetReferral ( SmbTransport trans, string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral
GetTrustedDomains ( NtlmPasswordAuthentication auth ) : Hashtable
IsTrustedDomain ( string domain, NtlmPasswordAuthentication auth ) : bool
Resolve ( string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral

비공개 메소드들

메소드 설명
Insert ( string path, DfsReferral dr ) : void

메소드 상세

GetDc() 공개 메소드

public GetDc ( string domain, NtlmPasswordAuthentication auth ) : SmbTransport
domain string
auth NtlmPasswordAuthentication
리턴 SmbTransport

GetReferral() 공개 메소드

public GetReferral ( SmbTransport trans, string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral
trans SmbTransport
domain string
root string
path string
auth NtlmPasswordAuthentication
리턴 DfsReferral

GetTrustedDomains() 공개 메소드

public GetTrustedDomains ( NtlmPasswordAuthentication auth ) : Hashtable
auth NtlmPasswordAuthentication
리턴 Hashtable

IsTrustedDomain() 공개 메소드

public IsTrustedDomain ( string domain, NtlmPasswordAuthentication auth ) : bool
domain string
auth NtlmPasswordAuthentication
리턴 bool

Resolve() 공개 메소드

public Resolve ( string domain, string root, string path, NtlmPasswordAuthentication auth ) : DfsReferral
domain string
root string
path string
auth NtlmPasswordAuthentication
리턴 DfsReferral