Table of Contents

Class SignedCertificateTimestamp

Namespace
OpenQA.Selenium.DevTools.V148.Network
Assembly
Selenium.WebDriver.dll

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

string

LogDescription

Log name / description.

[JsonPropertyName("logDescription")]
public string LogDescription { get; set; }

Property Value

string

LogId

Log ID.

[JsonPropertyName("logId")]
public string LogId { get; set; }

Property Value

string

Origin

Origin.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

SignatureAlgorithm

Signature algorithm.

[JsonPropertyName("signatureAlgorithm")]
public string SignatureAlgorithm { get; set; }

Property Value

string

SignatureData

Signature data.

[JsonPropertyName("signatureData")]
public string SignatureData { get; set; }

Property Value

string

Status

Validation status.

[JsonPropertyName("status")]
public string Status { get; set; }

Property Value

string

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; }

Property Value

double