NullRedactorProvider.GetRedactor(DataClassificationSet) Methode

Definitie

Hiermee wordt de redactor opgehaald die is geconfigureerd voor het afhandelen van de opgegeven gegevensklasse.

public:
 virtual Microsoft::Extensions::Compliance::Redaction::Redactor ^ GetRedactor(Microsoft::Extensions::Compliance::Classification::DataClassificationSet ^ classifications);
public Microsoft.Extensions.Compliance.Redaction.Redactor GetRedactor(Microsoft.Extensions.Compliance.Classification.DataClassificationSet classifications);
abstract member GetRedactor : Microsoft.Extensions.Compliance.Classification.DataClassificationSet -> Microsoft.Extensions.Compliance.Redaction.Redactor
override this.GetRedactor : Microsoft.Extensions.Compliance.Classification.DataClassificationSet -> Microsoft.Extensions.Compliance.Redaction.Redactor
Public Function GetRedactor (classifications As DataClassificationSet) As Redactor

Parameters

classifications
DataClassificationSet

Gegevensclassificaties van de gegevens die moeten worden bewerkt.

Retouren

Een redactor die geschikt is voor het redacteren van gegevens van de opgegeven klasse.

Implementeringen

Van toepassing op