5 references to GetLdapAuthenticationTypes
System.Web (5)
Security\ADMembershipProvider.cs (5)
570
authTypeForValidation = directoryInfo.
GetLdapAuthenticationTypes
(directoryInfo.ConnectionProtection, CredentialsType.NonWindows);
3564
ldapAuthType =
GetLdapAuthenticationTypes
(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows);
3607
ldapAuthType =
GetLdapAuthenticationTypes
(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.Windows);
3638
ldapAuthType =
GetLdapAuthenticationTypes
(ActiveDirectoryConnectionProtection.SignAndSeal, CredentialsType.Windows);
3668
ldapAuthType =
GetLdapAuthenticationTypes
(connectionProtection, CredentialsType.NonWindows);