2 references to DataProtectorType
System.Web (2)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
38
_isDataProtectorEnabled = (machineKeySection != null && !String.IsNullOrWhiteSpace(machineKeySection.
DataProtectorType
));
Security\Cryptography\MachineKeyDataProtectorFactory.cs (1)
34
string dataProtectorTypeName = _machineKeySection.
DataProtectorType
;