Enum LogSignatureProblemEnum
Enumeration of problems for the Log Signature/Certificate Discrepancy Report.
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public enum LogSignatureProblemEnum
Fields
Name | Description |
---|---|
BadAlgorithm | (“alg” header was not set to “ES256”. |
BadCertX5c | Invalid certificate in the “x5c” field. |
BadCertX5u | Invalid certificate obtained via the “x5u” field. |
BadSignature | Unable to verify the signature. |
BadThumb | An “x5u” field was present, but the “x5t#S256” field is either missing or doesn’t match the certificate obtained by resolving the “x5u” field |
BadURL | Unable to resolve the “x5u”. |
NoCert | Neither the “x5u” nor “x5c” fields present |
OtherLogSignature | Some other problem. |