Class SignedCertificateTimestamp
SignedCertificateTimestamp
public sealed class SignedCertificateTimestamp
- Inheritance
-
SignedCertificateTimestamp
- Inherited Members
Properties
HashAlgorithm
hashAlgorithm
[JsonPropertyName("hashAlgorithm")]
public string HashAlgorithm { get; set; }
Property Value
LogDescription
logDescription
[JsonPropertyName("logDescription")]
public string LogDescription { get; set; }
Property Value
LogId
logId
[JsonPropertyName("logId")]
public string LogId { get; set; }
Property Value
Origin
origin
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
SignatureAlgorithm
signatureAlgorithm
[JsonPropertyName("signatureAlgorithm")]
public string SignatureAlgorithm { get; set; }
Property Value
SignatureData
signatureData
[JsonPropertyName("signatureData")]
public string SignatureData { get; set; }
Property Value
Status
status
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
Timestamp
timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }