2 writes to _applicationName
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
39
_applicationName
= applicationName;
47
_applicationName
= HttpRuntime.AppDomainAppVirtualPath ?? Process.GetCurrentProcess().MainModule.ModuleName;
2 references to _applicationName
System.Web (2)
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
46
if (
_applicationName
== null) {
49
return
_applicationName
;