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