Implemented interface member:
property
ActivationDate
Microsoft.AspNetCore.DataProtection.KeyManagement.IKey.ActivationDate
1 write to ActivationDate
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
107ActivationDate = activationDate;
3 references to ActivationDate
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\Key.cs (1)
212activationDate: ActivationDate,
KeyManagement\XmlKeyManager.cs (2)
316Debug.Assert(existingKey.ActivationDate == key.ActivationDate);