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>
kind:method, kind:property, kind:ctor. Press Esc to clear.IdentityPrincipal(String, String, String?, IReadOnlyCollection<String>, IReadOnlyDictionary<String, String>)Represents an authenticated user or service account.