API Reference
Class
TyposquattingOwnershipProfileOptions
Options for building and comparing source-domain ownership signals.
Inheritance
- Object
- TyposquattingOwnershipProfileOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public TyposquattingOwnershipProfileOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean Enabled { get; set; } #When true, ownership comparison is enabled.
public Boolean IncludeWhois { get; set; } #When true, WHOIS registrar data is collected for the source domain.
public Boolean IncludeIpEnrichment { get; set; } #When true, IP enrichment is collected for the source domain.
public Boolean IncludeMx { get; set; } #When true, source MX hosts are included in ownership comparison.
public Func<String, CancellationToken, Task<WhoisAnalysis>> WhoisOverride { get; set; } #Optional override for WHOIS profile collection.
public Func<String, CancellationToken, Task<IpEnrichmentAnalysis>> IpEnrichmentOverride { get; set; } #Optional override for IP enrichment profile collection.