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