2 writes to _serverProperties
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Context.cs (2)
688
_serverProperties
= default;
691
ReadServerConfig(_name, ref
_serverProperties
);
11 references to _serverProperties
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\Context.cs (11)
431
_credValidate = new CredentialValidator(contextType, name,
_serverProperties
);
693
if (
_serverProperties
.contextType != _contextType)
695
throw new ArgumentException(SR.Format(SR.PassedContextTypeDoesNotMatchDetectedType,
_serverProperties
.contextType.ToString()));
709
serverName =
_serverProperties
.dnsHostName + ":" +
710
((ContextOptions.SecureSocketLayer & _options) > 0 ?
_serverProperties
.portSSL :
_serverProperties
.portLDAP);
735
if (
_serverProperties
.portSSL > 0)
737
de.Options.PasswordPort =
_serverProperties
.portSSL;
834
if (
_serverProperties
.portSSL > 0)
836
deBase.Options.PasswordPort =
_serverProperties
.portSSL;
1030
return
_serverProperties
;