IdentityPrincipal Class

Definition

Represents an authenticated user or service account.

public sealed record IdentityPrincipal(string Id, string DisplayName, string? Email, IReadOnlyCollection<string> Roles, IReadOnlyDictionary<string, string> Claims) : IEquatable<IdentityPrincipal>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (6)