Share via


ErasingRedactor Class

Definition

Redactor that replaces anything with an empty string.

public ref class ErasingRedactor sealed : Microsoft::Extensions::Compliance::Redaction::Redactor
public sealed class ErasingRedactor : Microsoft.Extensions.Compliance.Redaction.Redactor
type ErasingRedactor = class
    inherit Redactor
Public NotInheritable Class ErasingRedactor
Inherits Redactor
Inheritance
ErasingRedactor

Constructors

ErasingRedactor()

Properties

Instance

Gets the singleton instance of ErasingRedactor.

Methods

GetRedactedLength(ReadOnlySpan<Char>)

Gets the number of characters produced by redacting the input.

GetRedactedLength(String)

Gets the number of characters produced by redacting the input.

(Inherited from Redactor)
Redact(ReadOnlySpan<Char>, Span<Char>)

Redacts potentially sensitive data.

Redact(ReadOnlySpan<Char>)

Redacts potentially sensitive data.

(Inherited from Redactor)
Redact(String, Span<Char>)

Redacts potentially sensitive data.

(Inherited from Redactor)
Redact(String)

Redacts potentially sensitive data.

(Inherited from Redactor)
Redact<T>(T, Span<Char>, String, IFormatProvider)

Redacts potentially sensitive data.

(Inherited from Redactor)
Redact<T>(T, String, IFormatProvider)

Redacts potentially sensitive data.

(Inherited from Redactor)
TryRedact<T>(T, Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Tries to redact potentially sensitive data.

(Inherited from Redactor)

Applies to