Class SignedCertificateTimestamp
Details of a signed certificate timestamp (SCT).
public sealed class SignedCertificateTimestamp
- Inheritance
-
SignedCertificateTimestamp
- Inherited Members
Properties
HashAlgorithm
Hash algorithm.
[JsonPropertyName("hashAlgorithm")]
public string HashAlgorithm { get; set; }
Property Value
LogDescription
Log name / description.
[JsonPropertyName("logDescription")]
public string LogDescription { get; set; }
Property Value
LogId
Log ID.
[JsonPropertyName("logId")]
public string LogId { get; set; }
Property Value
Origin
Origin.
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
SignatureAlgorithm
Signature algorithm.
[JsonPropertyName("signatureAlgorithm")]
public string SignatureAlgorithm { get; set; }
Property Value
SignatureData
Signature data.
[JsonPropertyName("signatureData")]
public string SignatureData { get; set; }
Property Value
Status
Validation status.
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
Timestamp
Issuance date. Unlike TimeSinceEpoch, this contains the number of milliseconds since January 1, 1970, UTC, not the number of seconds.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }