4 writes to ldapAuthType
System.Web (4)
Security\ADMembershipProvider.cs (4)
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);
1 reference to ldapAuthType
System.Web (1)
Security\ADMembershipProvider.cs (1)
3758
LdapConnection tempConnection = new LdapConnection(new LdapDirectoryIdentifier(serverName + ":" + port), GetCredentialsWithDomain(credentials),
ldapAuthType
);