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)
56if (_isDataProtectorEnabled && options == CryptoServiceOptions.None) {