Table of Contents

Struct Role

Namespace
The.Security
Assembly
Instagile.dll

A name granted to some principal which can be checked by authorisation.

[MessagePackObject(false)]
public record struct Role : IEquatable<Role>
Implements
Inherited Members

Constructors

Role(string)

A name granted to some principal which can be checked by authorisation.

public Role(string Name)

Parameters

Name string

Properties

Name

[Key(0)]
public string Name { readonly get; set; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns

string

The fully qualified type name.