API Reference
Class
TlsRptSummary
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
- Method TlsRptJsonParser.ParseReport
Constructors
public TlsRptSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).