3 references to None
System.Web (3)
Security\ADMembershipProvider.cs (3)
3021
else if ((directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal) || (directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.
None
))
3435
private ActiveDirectoryConnectionProtection connectionProtection = ActiveDirectoryConnectionProtection.
None
;
3805
if ((connectionProtection == ActiveDirectoryConnectionProtection.
None
) || (connectionProtection == ActiveDirectoryConnectionProtection.Ssl))