Table of Contents

Class SignedExchangeSignature

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

SignedExchangeSignature

public sealed class SignedExchangeSignature
Inheritance
SignedExchangeSignature
Inherited Members

Properties

CertSha256

certSha256

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

Property Value

string

CertUrl

certUrl

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

Property Value

string

Certificates

certificates

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

Property Value

string[]

Date

date

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

Property Value

long

Expires

expires

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

Property Value

long

Integrity

integrity

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

Property Value

string

Label

label

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

Property Value

string

Signature

signature

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

Property Value

string

ValidityUrl

validityUrl

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

Property Value

string