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