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