6 references to NonWindows
System.Web (6)
Security\ADMembershipProvider.cs (6)
570authTypeForValidation = directoryInfo.GetLdapAuthenticationTypes(directoryInfo.ConnectionProtection, CredentialsType.NonWindows); 1323userEntry.AuthenticationType = directoryInfo.GetAuthenticationTypes(directoryInfo.ConnectionProtection, (directoryInfo.DirectoryType == DirectoryType.AD) ? CredentialsType.Windows : CredentialsType.NonWindows); 3563authenticationType = GetAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows); 3564ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows); 3667authenticationType = GetAuthenticationTypes(connectionProtection, CredentialsType.NonWindows); 3668ldapAuthType = GetLdapAuthenticationTypes(connectionProtection, CredentialsType.NonWindows);