1 write to portSSL
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1146properties.portSSL = Convert.ToInt32(searchResponse.Entries[0].Attributes["msDS-PortSSL"][0]);
7 references to portSSL
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\Context.cs (7)
154_directoryIdent = new LdapDirectoryIdentifier(_serverProperties.dnsHostName, useSSL ? _serverProperties.portSSL : _serverProperties.portLDAP); 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; 1157GlobalDebug.WriteLineIf(GlobalDebug.Info, "ReadServerConfig", "portSSL : " + properties.portSSL.ToString(CultureInfo.InvariantCulture));