Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Microsoft.Extensions.Compliance.Redaction Namespace

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Contains types for redacting sensitive data, including redactors and related utilities.

Classes

Name Description
ErasingRedactor

Redactor that replaces anything with an empty string.

FakeRedactionBuilderExtensions

Extensions that allow registering a fake redactor in the application.

HmacRedactor

Represents a redactor that uses HMAC SHA-256 to encode redacted data.

HmacRedactorOptions

Options to control the HmacRedactor.

NullRedactor

Redactor that does nothing to its input and returns it as-is.

NullRedactorProvider

A provider that only returns the NullRedactor redactor used for situations that don't require redaction.

RedactionExtensions

Extensions to configure specific redactors.

Redactor

Enables the redaction of potentially sensitive data.

Interfaces

Name Description
IRedactionBuilder

Adds redactors to the application.

IRedactorProvider

Provides redactors for different data classifications.


Feedback

Was this page helpful?