Base:
method
Redact
Microsoft.Extensions.Compliance.Redaction.Redactor.Redact(System.ReadOnlySpan<System.Char>, System.Span<System.Char>)
1 reference to Redact
Microsoft.Extensions.Compliance.Redaction.Tests (1)
HmacRedactorTest.cs (1)
79var e = Record.Exception(() => redactor.Redact(toRedact.AsSpan(), tooSmallBuffer));