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