2 references to ExpirationDateElementName
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\XmlKeyManager.cs (2)
307
DateTimeOffset expirationDate = (DateTimeOffset)keyElement.Element(
ExpirationDateElementName
)!;
529
new XElement(
ExpirationDateElementName
, expirationDate),