Share via


AuthenticationStateData.Claims Property

Definition

The client-readable claims that describe the User.

public System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string,string>> Claims { get; set; }
member this.Claims : System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string, string>> with get, set
Public Property Claims As IList(Of KeyValuePair(Of String, String))

Property Value

Applies to