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