1 implementation of CreationDate
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
118
public DateTimeOffset
CreationDate
{ get; }
4 references to CreationDate
Microsoft.AspNetCore.DataProtection (4)
KeyManagement\DefaultKeyResolver.cs (4)
200
where key.
CreationDate
<= maxCreationDate
201
orderby key.
CreationDate
descending
203
where key.
CreationDate
> maxCreationDate
204
orderby key.
CreationDate
ascending