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;
5 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
);
Microsoft.AspNetCore.DataProtection.Tests (2)
KeyManagement\DeferredKeyTests.cs (1)
39
Assert.Equal(activationDate, key.
ActivationDate
);
KeyManagement\KeyTests.cs (1)
29
Assert.Equal(activationDate, key.
ActivationDate
);