24 references to ActiveDirectoryConnectionProtection
System.Web (24)
Security\ADMembershipProvider.cs (24)
154public ActiveDirectoryConnectionProtection CurrentConnectionProtection 3016if ((directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.Ssl) && (directoryInfo.PortSpecified)) 3021else if ((directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal) || (directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.None)) 3039(directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.Ssl))) 3435private ActiveDirectoryConnectionProtection connectionProtection = ActiveDirectoryConnectionProtection.None; 3563authenticationType = GetAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows); 3564ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.NonWindows); 3571this.connectionProtection = ActiveDirectoryConnectionProtection.Ssl; 3606authenticationType = GetAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.Windows); 3607ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.Ssl, CredentialsType.Windows); 3614this.connectionProtection = ActiveDirectoryConnectionProtection.Ssl; 3637authenticationType = GetAuthenticationTypes(ActiveDirectoryConnectionProtection.SignAndSeal, CredentialsType.Windows); 3638ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.SignAndSeal, CredentialsType.Windows); 3644this.connectionProtection = ActiveDirectoryConnectionProtection.SignAndSeal; 3687if ((directoryType == DirectoryType.ADAM) && (this.connectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal)) 3805if ((connectionProtection == ActiveDirectoryConnectionProtection.None) || (connectionProtection == ActiveDirectoryConnectionProtection.Ssl)) 3868internal ActiveDirectoryConnectionProtection ConnectionProtection 4012if (connectionProtection == ActiveDirectoryConnectionProtection.Ssl) { 4015else if (connectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal) 4076internal AuthenticationTypes GetAuthenticationTypes(ActiveDirectoryConnectionProtection connectionProtection, CredentialsType type) 4081internal AuthType GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection connectionProtection, CredentialsType type)