Class SignedExchangeSignature
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
CertUrl
certUrl
[JsonPropertyName("certUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CertUrl { get; set; }
Property Value
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
Expires
expires
[JsonPropertyName("expires")]
public long Expires { get; set; }
Property Value
Integrity
integrity
[JsonPropertyName("integrity")]
public string Integrity { get; set; }
Property Value
Label
label
[JsonPropertyName("label")]
public string Label { get; set; }
Property Value
Signature
signature
[JsonPropertyName("signature")]
public string Signature { get; set; }
Property Value
ValidityUrl
validityUrl
[JsonPropertyName("validityUrl")]
public string ValidityUrl { get; set; }