6 references to LdapConstants
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (3)
699
return (DateTimeFilterBuilder(suggestedAdProperty, (DateTime)qmt.Value,
LdapConstants
.defaultUtcTime, false, qmt.Match));
724
DateTimeFilterBuilder("lastLogon", (DateTime)qmt.Value,
LdapConstants
.defaultUtcTime, false, qmt.Match) +
725
DateTimeFilterBuilder("lastLogonTimestamp", (DateTime)qmt.Value,
LdapConstants
.defaultUtcTime, true, qmt.Match) +
System\DirectoryServices\AccountManagement\Context.cs (3)
158
_directoryIdent = new LdapDirectoryIdentifier(_serverName, useSSL ?
LdapConstants
.LDAP_SSL_PORT :
LdapConstants
.LDAP_PORT);
1082
LdapDirectoryIdentifier directoryid = new LdapDirectoryIdentifier(serverName,
LdapConstants
.LDAP_SSL_PORT);