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