4 writes to ldapAuthType
System.Web (4)
Security\ADMembershipProvider.cs (4)
3564ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows); 3607ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.Windows); 3638ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.SignAndSeal, CredentialsType.Windows); 3668ldapAuthType = GetLdapAuthenticationTypes(connectionProtection, CredentialsType.NonWindows);
1 reference to ldapAuthType
System.Web (1)
Security\ADMembershipProvider.cs (1)
3758LdapConnection tempConnection = new LdapConnection(new LdapDirectoryIdentifier(serverName + ":" + port), GetCredentialsWithDomain(credentials), ldapAuthType);