2 writes to authTypeForValidation
System.Web (2)
Security\ADMembershipProvider.cs (2)
568
authTypeForValidation
= AuthType.Basic;
570
authTypeForValidation
= directoryInfo.GetLdapAuthenticationTypes(directoryInfo.ConnectionProtection, CredentialsType.NonWindows);
2 references to authTypeForValidation
System.Web (2)
Security\ADMembershipProvider.cs (2)
592
connection = directoryInfo.CreateNewLdapConnection(
authTypeForValidation
);
2323
LdapConnection newConnection = directoryInfo.CreateNewLdapConnection(
authTypeForValidation
);