Share via


IRedactionBuilder 인터페이스

정의

애플리케이션에 편집기를 추가합니다.

public interface class IRedactionBuilder
public interface IRedactionBuilder
type IRedactionBuilder = interface
Public Interface IRedactionBuilder

속성

Services

다시 실행기 인스턴스가 등록된 서비스 컬렉션을 가져옵니다.

메서드

SetFallbackRedactor<T>()

특정 다시 실행기가 등록되지 않은 분류된 데이터를 처리할 때 사용할 다시 실행을 설정합니다.

SetRedactor<T>(DataClassificationSet[])

데이터 분류 집합에 사용할 다시 지정자를 설정합니다.

확장 메서드

SetFakeRedactor(IRedactionBuilder, DataClassificationSet[])

데이터 분류 집합에 사용할 가짜 재배포자를 설정합니다.

SetFakeRedactor(IRedactionBuilder, IConfigurationSection, DataClassificationSet[])

데이터 분류 집합에 사용할 가짜 재배포자를 설정합니다.

SetFakeRedactor(IRedactionBuilder, Action<FakeRedactorOptions>, DataClassificationSet[])

데이터 분류 집합에 사용할 가짜 재배포자를 설정합니다.

SetHmacRedactor(IRedactionBuilder, IConfigurationSection, DataClassificationSet[])

데이터 분류 집합에 사용할 HMAC 다시 지정자를 설정합니다.

SetHmacRedactor(IRedactionBuilder, Action<HmacRedactorOptions>, DataClassificationSet[])

데이터 분류 집합에 사용할 HMAC 다시 지정자를 설정합니다.

적용 대상