1 implementation of RevokeSingleKey
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
622
void IInternalXmlKeyManager.
RevokeSingleKey
(Guid keyId, DateTimeOffset revocationDate, string? reason)
3 references to RevokeSingleKey
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
404
_internalKeyManager.
RevokeSingleKey
(
Microsoft.AspNetCore.DataProtection.Tests (2)
KeyManagement\XmlKeyManagerTests.cs (2)
695
((IInternalXmlKeyManager)keyManager).
RevokeSingleKey
(
726
.Setup(o => o.
RevokeSingleKey
(keyToRevoke, It.IsAny<DateTimeOffset>(), "Here's some reason text."))