Domain Detective

API Reference

Class

RPKIResult

Namespace DomainDetective
Assembly DomainDetective

Represents RPKI validation for a single IP.

Inheritance

  • Object
  • RPKIResult

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

Constructors

Properties

public String IpAddress { get; set; } #

IP address being verified.

public String Prefix { get; set; } #

Origin prefix as reported by RIPE.

public Int32 Asn { get; set; } #

Origin ASN.

public Boolean Valid { get; set; } #

Indicates whether the prefix is valid.

{{ include "footer" }}