Table of Contents

Class TrustNode

Namespace
ZeroInstall.Store.ViewModel
Assembly
ZeroInstall.Store.dll

Represents a Key-Domain pair in a TrustDB for display in a UI.

public sealed record TrustNode : INamed, IEquatable<TrustNode>
Inheritance
TrustNode
Implements
Inherited Members

Constructors

TrustNode(string, Domain)

Represents a Key-Domain pair in a TrustDB for display in a UI.

public TrustNode(string Fingerprint, Domain Domain)

Parameters

Fingerprint string

The Fingerprint.

Domain Domain

The domain the fingerprint is valid for.

Properties

Domain

The domain the fingerprint is valid for.

public Domain Domain { get; init; }

Property Value

Domain

Fingerprint

public string Fingerprint { get; init; }

Property Value

string

Name

The full name of the node used for tree hierarchies.

[Browsable(false)]
public string Name { get; set; }

Property Value

string