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
egressPointSensitiveContentEgressPointWhere the text was about to go.
redactedRedactedTextWhat the redaction produced, read for its findings and its dropped remainder.
elapsedTimeSpanHow long the scan added to the operation being guarded.
Exceptions
- ArgumentNullException
Thrown when
redactedis null.