Domain Detective

API Reference

Class

DnssecStatusInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides dnssec status info functionality.

Inheritance

  • Object
  • DnssecStatusInfo

Constructors

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Boolean AuthenticData { get; set; } #

Gets or sets the authentic data value.

public Boolean DsAuthenticData { get; set; } #

Gets or sets the ds authentic data value.

public Boolean DsMatch { get; set; } #

Gets or sets the ds match value.

public Boolean ChainValid { get; set; } #

Gets or sets the chain valid value.

public Nullable<DateTimeOffset> RootAnchorExpiration { get; set; } #

Gets or sets the root anchor expiration value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public DnsSecAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}