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