in src/Amazon.AspNetCore.DataProtection.SSM/XmlDeletableKeyManager.cs [77:80]
public void RevokeAllKeys(DateTimeOffset revocationDate, string reason = null)
{
_xmlKeyManager.RevokeAllKeys(revocationDate, reason);
}