5 references to IdAttributeName
Microsoft.AspNetCore.DataProtection (5)
KeyManagement\XmlKeyManager.cs (5)
295
Guid keyId = (Guid)keyElement.Attribute(
IdAttributeName
)!;
350
string keyIdAsString = (string)revocationElement.Element(KeyElementName)!.Attribute(
IdAttributeName
)!;
392
new XAttribute(
IdAttributeName
, RevokeAllKeysValue)),
525
new XAttribute(
IdAttributeName
, keyId),
636
new XAttribute(
IdAttributeName
, keyId)),