1 write to _machineKeySection
System.Web (1)
Security\Cryptography\MachineKeyDataProtectorFactory.cs (1)
22
_machineKeySection
= machineKeySection;
3 references to _machineKeySection
System.Web (3)
Security\Cryptography\MachineKeyDataProtectorFactory.cs (3)
33
string applicationName =
_machineKeySection
.ApplicationName;
34
string dataProtectorTypeName =
_machineKeySection
.DataProtectorType;
65
configProperty:
_machineKeySection
.ElementInformation.Properties["dataProtectorType"]);