1 write to _UsingCustomEncryption
System.Web (1)
Configuration\MachineKeySection.cs (1)
1178
_UsingCustomEncryption
= true;
3 references to _UsingCustomEncryption
System.Web (3)
Configuration\MachineKeySection.cs (3)
539
useLegacyMode =
_UsingCustomEncryption
; // only use legacy mode for custom algorithms
1288
return
_UsingCustomEncryption
;
1293
if (!
_UsingCustomEncryption
)