Table of Contents

Class SignedExchangeSignature

Namespace
OpenQA.Selenium.DevTools.V146.Network
Assembly
Selenium.WebDriver.dll
public sealed class SignedExchangeSignature
Inheritance
SignedExchangeSignature
Inherited Members

Properties

CertSha256

The hex string of signed exchange signature cert sha256.

[JsonPropertyName("certSha256")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? CertSha256 { get; set; }

Property Value

string

CertUrl

Signed exchange signature cert Url.

[JsonPropertyName("certUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? CertUrl { get; set; }

Property Value

string

Certificates

The encoded certificates.

[JsonPropertyName("certificates")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[]? Certificates { get; set; }

Property Value

string[]

Date

Signed exchange signature date.

[JsonPropertyName("date")]
public long Date { get; set; }

Property Value

long

Expires

Signed exchange signature expires.

[JsonPropertyName("expires")]
public long Expires { get; set; }

Property Value

long

Integrity

Signed exchange signature integrity.

[JsonPropertyName("integrity")]
public string Integrity { get; set; }

Property Value

string

Label

Signed exchange signature label.

[JsonPropertyName("label")]
public string Label { get; set; }

Property Value

string

Signature

The hex string of signed exchange signature.

[JsonPropertyName("signature")]
public string Signature { get; set; }

Property Value

string

ValidityUrl

Signed exchange signature validity Url.

[JsonPropertyName("validityUrl")]
public string ValidityUrl { get; set; }

Property Value

string