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