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