Domain Detective

API Reference

Class

TyposquattingSourceVisualProfile

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Source-domain visual fingerprint profile.

Inheritance

  • Object
  • TyposquattingSourceVisualProfile

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public TyposquattingSourceVisualProfile() #

Properties

public String Domain { get; set; } #

Gets or sets the domain value.

public String FingerprintHex { get; set; } #

Gets or sets the fingerprint hex value.

public Nullable<Int32> Width { get; set; } #

Gets or sets the width value.

public Nullable<Int32> Height { get; set; } #

Gets or sets the height value.

public IReadOnlyList<TyposquattingSourceVisualSignal> Signals { get; set; } #

Gets or sets the signals value.

public Boolean HasAnySignals { get; } #

Represents the has any signals value.

{{ include "footer" }}