3 writes to connectionProtection
System.Web (3)
Security\ADMembershipProvider.cs (3)
3571this.connectionProtection = ActiveDirectoryConnectionProtection.Ssl; 3614this.connectionProtection = ActiveDirectoryConnectionProtection.Ssl; 3644this.connectionProtection = ActiveDirectoryConnectionProtection.SignAndSeal;
8 references to connectionProtection
System.Web (8)
Security\ADMembershipProvider.cs (8)
3667authenticationType = GetAuthenticationTypes(connectionProtection, CredentialsType.NonWindows); 3668ldapAuthType = GetLdapAuthenticationTypes(connectionProtection, CredentialsType.NonWindows); 3687if ((directoryType == DirectoryType.ADAM) && (this.connectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal)) 3805if ((connectionProtection == ActiveDirectoryConnectionProtection.None) || (connectionProtection == ActiveDirectoryConnectionProtection.Ssl)) 3870get { return connectionProtection; } 4012if (connectionProtection == ActiveDirectoryConnectionProtection.Ssl) { 4015else if (connectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal)