Method Create
- Namespace
- MailFathom.Application.SensitiveContent.Detection
- Assembly
- MailFathom.Application.dll
Create(string, string)
Creates a detector identity.
public static SensitiveContentDetector Create(string name, string revision)
Parameters
namestringThe detector's stable name.
revisionstringThe rule-corpus revision or analyzer-profile version it runs under.
Returns
- SensitiveContentDetector
The validated identity.
Exceptions
- ArgumentException
Thrown when either value is outside the grammar this type accepts.