API Reference
Class
TlsRptReport
Provides tls rpt report functionality.
Inheritance
- Object
- TlsRptReport
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 TlsRptReportParser.Parse
- Method TlsRptReportParser.Parse
- Method TlsRptReportParser.Parse
Constructors
public TlsRptReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String OrganizationName { get; set; } #Gets or sets the organization name value.
public String ContactInfo { get; set; } #Gets or sets the contact info value.
public String ReportId { get; set; } #Gets or sets the report id value.
public DateTimeOffset RangeBeginUtc { get; set; } #Gets or sets the range begin utc value.
public DateTimeOffset RangeEndUtc { get; set; } #Gets or sets the range end utc value.
public List<TlsRptPolicyResult> Policies { get; } #Gets the policies value.