1 implementation of Redact
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpHeadersRedactor.cs (1)
24public string Redact(IEnumerable<string> headerValues, DataClassification classification) =>
2 references to Redact
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpHeadersReader.cs (2)
89destination.Add(new(header.Key, _redactor.Redact(header.Value, classification))); 104destination.Add(new(header, _redactor.Redact(values, classification)));