API Reference
Class
TlsRptJsonParser
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
- Path to the JSON file.
Returns
Enumerable of summary results.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object