API Reference
Class
TyposquattingSourceContentProfile
Reusable source-domain web fingerprint for content comparison.
Inheritance
- Object
- TyposquattingSourceContentProfile
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 TyposquattingSourceContentProfile() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Gets or sets the domain value.
public String BodySha256 { get; set; } #Gets or sets the body sha256 value.
public TyposquattingPageContentFingerprint BodyFingerprint { get; set; } #Gets or sets the body fingerprint value.
public Nullable<Int32> BodyLength { get; set; } #Gets or sets the body length value.
public String PageTitle { get; set; } #Gets or sets the page title value.
public String FinalHost { get; set; } #Gets or sets the final host value.
public IReadOnlyList<String> TechDetections { get; set; } #Gets or sets the tech detections value.
public Boolean HasAnySignals { get; } #Represents the has any signals value.