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