3 references to Encryption
System.Web (3)
Security\FormsAuthentication.cs (3)
163
if (_Protection == FormsProtectionEnum.All || _Protection == FormsProtectionEnum.
Encryption
)
276
if (_Protection == FormsProtectionEnum.All || _Protection == FormsProtectionEnum.
Encryption
) {
832
bool willEncrypt = (_Protection == FormsProtectionEnum.All || _Protection == FormsProtectionEnum.
Encryption
);