6 references to SignAndSeal
System.Web (6)
Security\ADMembershipProvider.cs (6)
3021
else if ((directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.
SignAndSeal
) || (directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.None))
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
))
4015
else if (connectionProtection == ActiveDirectoryConnectionProtection.
SignAndSeal
)