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)
34string dataProtectorTypeName = _machineKeySection.DataProtectorType;