2 writes to _applicationId
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
38
_applicationId
= applicationId;
56
_applicationId
= HttpRuntime.AppDomainAppId;
2 references to _applicationId
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
55
if (
_applicationId
== null) {
58
return
_applicationId
;