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