1 write to _isDataProtectorEnabled
System.Web (1)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
38
_isDataProtectorEnabled
= (machineKeySection != null && !String.IsNullOrWhiteSpace(machineKeySection.DataProtectorType));
1 reference to _isDataProtectorEnabled
System.Web (1)
Security\Cryptography\AspNetCryptoServiceProvider.cs (1)
56
if (
_isDataProtectorEnabled
&& options == CryptoServiceOptions.None) {