Domain Detective

API Reference

Class

TlsRptJsonParser

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Parses SMTP TLS Reporting (TLSRPT) JSON reports.

Inheritance

  • Object
  • TlsRptJsonParser

Methods

public static IEnumerable<TlsRptSummary> ParseReport(String path) #
Returns: IEnumerable<TlsRptSummary>

Reads a TLSRPT report from disk.

Parameters

path System.String requiredposition: 0
Path to the JSON file.

Returns

Enumerable of summary results.

{{ include "footer" }}