4 references to Common_KeyNotFound
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedDataProtector.cs (1)
248
throw Error.
Common_KeyNotFound
(keyIdFromPayload);
Microsoft.AspNetCore.DataProtection.Tests (3)
KeyManagement\KeyRingBasedDataProtectorTests.cs (3)
222
Assert.Equal(Error.
Common_KeyNotFound
(notFoundKeyId).Message, ex.Message);
275
Assert.Equal(Error.
Common_KeyNotFound
(notFoundKeyId).Message, ex.Message);
311
Assert.Equal(Error.
Common_KeyNotFound
(notFoundKeyId).Message, ex.Message);