1 write to usernameIsSAMAccountName
System.Web (1)
Security\ADMembershipProvider.cs (1)
474usernameIsSAMAccountName = true;
3 references to usernameIsSAMAccountName
System.Web (3)
Security\ADMembershipProvider.cs (3)
790if (usernameIsSAMAccountName) 1321userEntry.Username = (usernameIsSAMAccountName) ? directoryInfo.DomainName + "\\" + usernameForAuthentication : usernameForAuthentication; 2281NetworkCredential credentialForValidation = (usernameIsSAMAccountName) ? new NetworkCredential(username, password, directoryInfo.DomainName)