6 references to KeyElementName
Microsoft.AspNetCore.DataProtection (6)
KeyManagement\XmlKeyManager.cs (6)
193
if (element.Name ==
KeyElementName
)
290
Debug.Assert(keyElement.Name ==
KeyElementName
);
350
string keyIdAsString = (string)revocationElement.Element(
KeyElementName
)!.Attribute(IdAttributeName)!;
391
new XElement(
KeyElementName
,
524
var keyElement = new XElement(
KeyElementName
,
635
new XElement(
KeyElementName
,