2 references to RequiresEncryptionAttributeName
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\XmlExtensions.cs (2)
17
return ((bool?)element.Attribute(XmlConstants.
RequiresEncryptionAttributeName
)).GetValueOrDefault();
28
element.SetAttributeValue(XmlConstants.
RequiresEncryptionAttributeName
, true);