Domain Detective

API Reference

Class

TlsRptSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Summarized statistics for a TLSRPT policy.

Inheritance

  • Object
  • TlsRptSummary

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

Hostname of the receiving MX.

public Int32 SuccessfulSessions { get; set; } #

Count of successful TLS sessions.

public Int32 FailedSessions { get; set; } #

Count of failed TLS sessions.

public Dictionary<String, Int32> FailureByType { get; set; } #

Optional breakdown of failures by type (result-type).

{{ include "footer" }}