1 implementation of ActivationDate
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
116public DateTimeOffset ActivationDate { get; }
2 references to ActivationDate
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\DefaultKeyResolver.cs (2)
162where key.ActivationDate <= maxActivationDate 163orderby key.ActivationDate descending, key.KeyId ascending