Class TrustNode
- Namespace
- ZeroInstall.Store.ViewModel
- Assembly
- ZeroInstall.Store.dll
public sealed record TrustNode : INamed, IEquatable<TrustNode>
- Inheritance
-
TrustNode
- Implements
- Inherited Members
Constructors
TrustNode(string, Domain)
public TrustNode(string Fingerprint, Domain Domain)
Parameters
Fingerprint
stringThe Fingerprint.
Domain
DomainThe domain the fingerprint is valid for.
Properties
Domain
The domain the fingerprint is valid for.
public Domain Domain { get; init; }
Property Value
Fingerprint
The Fingerprint.
public string Fingerprint { get; init; }
Property Value
Name
The full name of the node used for tree hierarchies.
[Browsable(false)]
public string Name { get; set; }