1 write to _serverProperties
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
83
_serverProperties
= serverProperties;
3 references to _serverProperties
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Context.cs (3)
154
_directoryIdent = new LdapDirectoryIdentifier(
_serverProperties
.dnsHostName, useSSL ?
_serverProperties
.portSSL :
_serverProperties
.portLDAP);