AuthenticationStateData.Claims Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Revendications lisibles par le client qui décrivent la 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))