2 references to DoesSingleElementRequireEncryption
Microsoft.AspNetCore.DataProtection (2)
XmlEncryption\XmlEncryptionExtensions.cs (2)
121
var elementWhichRequiresEncryption = doc.Descendants().FirstOrDefault(
DoesSingleElementRequireEncryption
);
209
return element.DescendantsAndSelf().Any(
DoesSingleElementRequireEncryption
);