2 writes to _autogenKeys
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
40
_autogenKeys
= autogenKeys;
65
_autogenKeys
= new CryptographicKey(HttpRuntime.s_autogenKeys);
2 references to _autogenKeys
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
64
if (
_autogenKeys
== null) {
67
return
_autogenKeys
;