Class LogSignatureCertificateDiscrepancyReport
Data class for the Log Signature/Certificate Discrepancy Report. See Sections 3.7.22 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class LogSignatureCertificateDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceLogSignatureCertificateDiscrepancyReport()
Default constructor.
Declaration
public LogSignatureCertificateDiscrepancyReport()
Properties
| Edit this page View SourcelogIdentifier
The logEventId of the LogEvent. Required.
Declaration
public string logIdentifier { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the problem encountered. Must be set to the string equivalent of one of the values in the LogSignatureProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
result
The response received when resolving the “x5u” field. Conditional: REQUIRED if Problem is BadURL.
Declaration
public string result { get; set; }
Property Value
Type | Description |
---|---|
string |
thumbCalc
The thumbprint calculated from the certificate. Conditional: REQUIRED if problem is BadThumb.
Declaration
public string thumbCalc { get; set; }
Property Value
Type | Description |
---|---|
string |