C# Class SharpCifs.Smb.Dfs

Datei anzeigen Open project: brandonprry/Potato Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Insert ( string path, DfsReferral dr ) : void

Method Details

GetDc() public method

public GetDc ( string domain, NtlmPasswordAuthentication auth ) : SmbTransport
domain string
auth NtlmPasswordAuthentication
return SmbTransport

GetReferral() public method

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

GetTrustedDomains() public method

public GetTrustedDomains ( NtlmPasswordAuthentication auth ) : Hashtable
auth NtlmPasswordAuthentication
return Hashtable

IsTrustedDomain() public method

public IsTrustedDomain ( string domain, NtlmPasswordAuthentication auth ) : bool
domain string
auth NtlmPasswordAuthentication
return bool

Resolve() public method

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