2 references to GetCredentialsWithDomain
System.Web (2)
Security\ADMembershipProvider.cs (2)
2282
: DirectoryInformation.
GetCredentialsWithDomain
(new NetworkCredential(username, password));
3758
LdapConnection tempConnection = new LdapConnection(new LdapDirectoryIdentifier(serverName + ":" + port),
GetCredentialsWithDomain
(credentials), ldapAuthType);