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