1 write to portSSL
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1146
properties.
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);
735
if (_serverProperties.
portSSL
> 0)
737
de.Options.PasswordPort = _serverProperties.
portSSL
;
834
if (_serverProperties.
portSSL
> 0)
836
deBase.Options.PasswordPort = _serverProperties.
portSSL
;
1157
GlobalDebug.WriteLineIf(GlobalDebug.Info, "ReadServerConfig", "portSSL : " + properties.
portSSL
.ToString(CultureInfo.InvariantCulture));