Table of Contents

Class SignedCertificateTimestamp

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

SignedCertificateTimestamp

public sealed class SignedCertificateTimestamp
Inheritance
SignedCertificateTimestamp
Inherited Members

Properties

HashAlgorithm

hashAlgorithm

[JsonPropertyName("hashAlgorithm")]
public string HashAlgorithm { get; set; }

Property Value

string

LogDescription

logDescription

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

Property Value

string

LogId

logId

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

Property Value

string

Origin

origin

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

Property Value

string

SignatureAlgorithm

signatureAlgorithm

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

Property Value

string

SignatureData

signatureData

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

Property Value

string

Status

status

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

Property Value

string

Timestamp

timestamp

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double