次の方法で共有


ProviderCredentials.UserClaims プロパティ

定義

このインスタンスに関連付けられている追加の要求のコレクションを取得または設定します。 null または空の場合があります。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象