1 write to _validationKey
System.Web (1)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
163
_validationKey
= GenerateCryptographicKey(
2 references to _validationKey
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
162
if (
_validationKey
== null) {
170
return
_validationKey
;