3 references to RevocationDateElementName
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\XmlKeyManager.cs (3)
354
DateTimeOffset massRevocationDate = (DateTimeOffset)revocationElement.Element(
RevocationDateElementName
)!;
389
new XElement(
RevocationDateElementName
, revocationDate),
634
new XElement(
RevocationDateElementName
, revocationDate),