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;
4 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
);