OAuthS2SCredential.UserClaims プロパティ

委任されたユーザーの要求の一覧を取得します。

名前空間:  Microsoft.Workflow.Client.Security
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public ReadOnly Property UserClaims As IDictionary(Of String, String)
    Get
'使用
Dim instance As OAuthS2SCredential 
Dim value As IDictionary(Of String, String)

value = instance.UserClaims
public IDictionary<string, string> UserClaims { get; }
public:
property IDictionary<String^, String^>^ UserClaims {
    IDictionary<String^, String^>^ get ();
}
member UserClaims : IDictionary<string, string>
function get UserClaims () : IDictionary<String, String>

プロパティ値

型: System.Collections.Generic.IDictionary<String, String>
委任されたユーザーの要求の一覧。

関連項目

参照

OAuthS2SCredential クラス

Microsoft.Workflow.Client.Security 名前空間