7 references to ConnectionProtection
System.Web (7)
Security\ADMembershipProvider.cs (7)
161
return directoryInfo.
ConnectionProtection
;
570
authTypeForValidation = directoryInfo.GetLdapAuthenticationTypes(directoryInfo.
ConnectionProtection
, CredentialsType.NonWindows);
1323
userEntry.AuthenticationType = directoryInfo.GetAuthenticationTypes(directoryInfo.
ConnectionProtection
, (directoryInfo.DirectoryType == DirectoryType.AD) ? CredentialsType.Windows : CredentialsType.NonWindows);
3016
if ((directoryInfo.
ConnectionProtection
== ActiveDirectoryConnectionProtection.Ssl) && (directoryInfo.PortSpecified))
3021
else if ((directoryInfo.
ConnectionProtection
== ActiveDirectoryConnectionProtection.SignAndSeal) || (directoryInfo.
ConnectionProtection
== ActiveDirectoryConnectionProtection.None))
3039
(directoryInfo.
ConnectionProtection
== ActiveDirectoryConnectionProtection.Ssl)))