Domain Detective

API Reference

Class

TlsRptInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides tls rpt info functionality.

Inheritance

  • Object
  • TlsRptInfo

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 TlsRptInfo() #

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 String TlsRptRecord { get; set; } #

Gets or sets the tls rpt record value.

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

DNS TTL (seconds) of the TLS-RPT TXT record.

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

TTL (seconds) of the CNAME record when resolved via CNAME alias.

public Boolean IsCnameResolved { get; set; } #

True when the TLSRPT record was resolved through a CNAME alias.

public Boolean TlsRptRecordExists { get; set; } #

Gets or sets the tls rpt record exists value.

public Boolean MultipleRecords { get; set; } #

Gets or sets the multiple records value.

public Boolean StartsCorrectly { get; set; } #

Gets or sets the starts correctly value.

public Boolean RuaDefined { get; set; } #

Gets or sets the rua defined value.

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

Gets or sets the mailto rua value.

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

Gets or sets the http rua value.

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

Gets or sets the invalid rua value.

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

Gets or sets the unknown tags value.

public Boolean PolicyValid { get; set; } #

Gets or sets the policy valid 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 TLSRPTAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}