Table of Contents

Class TrustTokens

Namespace
Selenium.WebDriver.BiDi.Cdp.Storage
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer.

public sealed record TrustTokens : IEquatable<TrustTokens>
Inheritance
TrustTokens
Implements
Inherited Members

Constructors

TrustTokens(string, double)

Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer.

public TrustTokens(string IssuerOrigin, double Count)

Parameters

IssuerOrigin string
Count double

Properties

Count

public double Count { get; init; }

Property Value

double

IssuerOrigin

public string IssuerOrigin { get; init; }

Property Value

string