6 references to Path
System.DirectoryServices (2)
System\DirectoryServices\SearchResult.cs (2)
30
return new DirectoryEntry(
Path
, true, _parentCredentials.UserName, _parentCredentials.Password, _parentAuthenticationType);
33
DirectoryEntry newEntry = new DirectoryEntry(
Path
, true, null, null, _parentAuthenticationType);
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
905
((SearchResult)this.current).
Path
);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
252
path = sr.
Path
;
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
137
Debug.Assert(sr.
Path
.StartsWith("LDAP:", StringComparison.Ordinal) || sr.
Path
.StartsWith("GC:", StringComparison.Ordinal));