Table of Contents

Method RecordGuarded

Namespace
MailFathom.Application.SensitiveContent.Egress
Assembly
MailFathom.Application.dll

RecordGuarded(SensitiveContentEgressPoint, RedactedText, TimeSpan)

Records one text that passed a guard, whatever the guard had to remove from it.

void RecordGuarded(SensitiveContentEgressPoint egressPoint, RedactedText redacted, TimeSpan elapsed)

Parameters

egressPoint SensitiveContentEgressPoint

Where the text was about to go.

redacted RedactedText

What the redaction produced, read for its findings and its dropped remainder.

elapsed TimeSpan

How long the scan added to the operation being guarded.

Exceptions

ArgumentNullException

Thrown when redacted is null.