Implemented interface member:
property
CreationDate
Microsoft.AspNetCore.DataProtection.KeyManagement.IKey.CreationDate
1 write to CreationDate
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingTests.cs (1)
101
CreationDate
= DateTimeOffset.Now;
2 references to CreationDate
Microsoft.AspNetCore.DataProtection.Tests (2)
KeyManagement\KeyRingTests.cs (2)
102
ActivationDate =
CreationDate
+ TimeSpan.FromHours(1);
103
ExpirationDate =
CreationDate
+ TimeSpan.FromDays(30);