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