Partager via


ProviderCredentials.UserClaims Propriété

Définition

Obtient ou définit la collection de revendications supplémentaires associées à cette instance. Peut être null ou vide.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> UserClaims { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.UserClaims : seq<System.Security.Claims.Claim> with get, set
Public Property UserClaims As IEnumerable(Of Claim)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à