1 implementation of RevokeAllKeys
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
376
public void
RevokeAllKeys
(DateTimeOffset revocationDate, string? reason = null)
1 reference to RevokeAllKeys
KeyManagementSample (1)
Program.cs (1)
45
keyManager.
RevokeAllKeys
(DateTimeOffset.Now, reason: "Revocation reason here.");