IRedactionBuilder 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將重做專案新增至應用程式。
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 重構函式。 |