Note

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

Access to this page requires authorization. You can try .

IRedactorProvider Interface

Definition

Namespace:
Microsoft.Extensions.Compliance.Redaction
Assembly:
Microsoft.Extensions.Compliance.Abstractions.dll
Package:
Microsoft.Extensions.Compliance.Abstractions v10.7.0
Source:
IRedactorProvider.cs
Source:
IRedactorProvider.cs

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.

Provides redactors for different data classifications.

public interface class IRedactorProvider
public interface IRedactorProvider
type IRedactorProvider = interface
Public Interface IRedactorProvider
Derived

Methods

Name Description
GetRedactor(DataClassificationSet)

Gets the redactor configured to handle the specified data class.

Applies to


Feedback

Was this page helpful?