10 references to Ssl
System.Web (10)
Security\ADMembershipProvider.cs (10)
3016
if ((directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.
Ssl
) && (directoryInfo.PortSpecified))
3039
(directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.
Ssl
)))
3563
authenticationType = GetAuthenticationTypes(ActiveDirectoryConnectionProtection.
Ssl
, CredentialsType.NonWindows);
3564
ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.
Ssl
, CredentialsType.NonWindows);
3571
this.connectionProtection = ActiveDirectoryConnectionProtection.
Ssl
;
3606
authenticationType = GetAuthenticationTypes(ActiveDirectoryConnectionProtection.
Ssl
, CredentialsType.Windows);
3607
ldapAuthType = GetLdapAuthenticationTypes(ActiveDirectoryConnectionProtection.
Ssl
, CredentialsType.Windows);
3614
this.connectionProtection = ActiveDirectoryConnectionProtection.
Ssl
;
3805
if ((connectionProtection == ActiveDirectoryConnectionProtection.None) || (connectionProtection == ActiveDirectoryConnectionProtection.
Ssl
))
4012
if (connectionProtection == ActiveDirectoryConnectionProtection.
Ssl
) {