2 references to Common_BufferIncorrectlySized
Microsoft.AspNetCore.DataProtection (2)
Secret.cs (2)
241throw Error.Common_BufferIncorrectlySized(nameof(buffer), actualSize: buffer.Count, expectedSize: Length); 270throw Error.Common_BufferIncorrectlySized(nameof(bufferLength), actualSize: bufferLength, expectedSize: Length);