Table of Contents

Class Realm

Namespace
The.Security
Assembly
Instagile.dll
[MessagePackObject(false)]
[Union(0, typeof(TrustedRealm))]
[Union(1, typeof(AccountRealm))]
[Union(2, typeof(AuthenticatedRealm))]
public abstract record Realm : IEquatable<Realm>
Inheritance
Realm
Implements
Derived
Inherited Members

Fields

Account

public static readonly Realm Account

Field Value

Realm

Trusted

public static readonly Realm Trusted

Field Value

Realm

Methods

Authenticated(string)

public static Realm Authenticated(string name)

Parameters

name string

Returns

Realm