5 references to IdAttributeName
Microsoft.AspNetCore.DataProtection (5)
KeyManagement\XmlKeyManager.cs (5)
273Guid keyId = (Guid)keyElement.Attribute(IdAttributeName)!; 328string keyIdAsString = (string)revocationElement.Element(KeyElementName)!.Attribute(IdAttributeName)!; 370new XAttribute(IdAttributeName, RevokeAllKeysValue)), 433new XAttribute(IdAttributeName, keyId), 544new XAttribute(IdAttributeName, keyId)),