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