1 write to _parentAuthenticationType
System.DirectoryServices (1)
System\DirectoryServices\SearchResult.cs (1)
20
_parentAuthenticationType
= parentAuthenticationType;
2 references to _parentAuthenticationType
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
);