2 references to _dataClassification1
Microsoft.Extensions.Compliance.Redaction.Tests (2)
RedactorProviderTests.cs (2)
44
opt.Redactors.Add(
_dataClassification1
, typeof(ErasingRedactor));
51
Redactor r1 = redactorProvider.GetRedactor(
_dataClassification1
);