API Reference
Class
DomainScanOptions
Options for running a domain scan.
Inheritance
- Object
- DomainScanOptions
Constructors
public DomainScanOptions() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Domain to scan (ASCII or Unicode; will be normalized).
public ScanMode Mode { get; set; } #Scan depth/mode.
public Boolean ActiveMailProbes { get; set; } #Enable active mail transport probes (SMTP/IMAP/POP/TLS).
public Int32 MaxDegreeOfParallelism { get; set; } #Max degree of parallelism for stage-internal work.
public Boolean SkipRevocation { get; set; } #Skip certificate revocation checks for faster HTTPS analysis.