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