10 references to Ssl
System.Web (10)
Security\ADMembershipProvider.cs (10)
3016if ((directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.Ssl) && (directoryInfo.PortSpecified)) 3039(directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.Ssl))) 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; 3805if ((connectionProtection == ActiveDirectoryConnectionProtection.None) || (connectionProtection == ActiveDirectoryConnectionProtection.Ssl)) 4012if (connectionProtection == ActiveDirectoryConnectionProtection.Ssl) {