Table of Contents

Struct Domain

Namespace
ZeroInstall.Store.Trust
Assembly
ZeroInstall.Store.dll

A specific domain with feeds a Key is trusted to sign.

public record struct Domain : IEquatable<Domain>
Implements
Inherited Members

Constructors

Domain(string?)

A specific domain with feeds a Key is trusted to sign.

public Domain(string? Value = null)

Parameters

Value string

A valid domain name (not a full Uri!).

Properties

Value

A valid domain name (not a full Uri!).

public string? Value { readonly get; set; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string? ToString()

Returns

string

The fully qualified type name.