1 write to _encryptionKey
System.Web (1)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (1)
151
_encryptionKey
= GenerateCryptographicKey(
2 references to _encryptionKey
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
150
if (
_encryptionKey
== null) {
158
return
_encryptionKey
;