5 references to GetAuthenticationTypes
System.Web (5)
Security\ADMembershipProvider.cs (5)
1323
userEntry.AuthenticationType = directoryInfo.
GetAuthenticationTypes
(directoryInfo.ConnectionProtection, (directoryInfo.DirectoryType == DirectoryType.AD) ? CredentialsType.Windows : CredentialsType.NonWindows);
3563
authenticationType =
GetAuthenticationTypes
(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows);
3606
authenticationType =
GetAuthenticationTypes
(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.Windows);
3637
authenticationType =
GetAuthenticationTypes
(ActiveDirectoryConnectionProtection.SignAndSeal, CredentialsType.Windows);
3667
authenticationType =
GetAuthenticationTypes
(connectionProtection, CredentialsType.NonWindows);