Implemented interface member:
property
CreationDate
Microsoft.AspNetCore.DataProtection.KeyManagement.IKey.CreationDate
1 write to CreationDate
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
106CreationDate = creationDate;
6 references to CreationDate
Microsoft.AspNetCore.DataProtection (4)
KeyManagement\Key.cs (1)
211creationDate: CreationDate,
KeyManagement\XmlKeyManager.cs (3)
268if (key.CreationDate < mostRecentMassRevocationDate) 337Debug.Assert(existingKey.CreationDate == key.CreationDate);
Microsoft.AspNetCore.DataProtection.Tests (2)
KeyManagement\DeferredKeyTests.cs (1)
38Assert.Equal(creationDate, key.CreationDate);
KeyManagement\KeyTests.cs (1)
28Assert.Equal(creationDate, key.CreationDate);