2 references to CreationDateElementName
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\XmlKeyManager.cs (2)
305
DateTimeOffset creationDate = (DateTimeOffset)keyElement.Element(
CreationDateElementName
)!;
527
new XElement(
CreationDateElementName
, creationDate),