OAuthS2SCredential.UserClaims Property

 

Gets the list of delegated user claims.

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public IDictionary<string, string> UserClaims { get; }
public:
property IDictionary<String^, String^>^ UserClaims {
    IDictionary<String^, String^>^ get();
}
member UserClaims : IDictionary<string, string> with get
Public ReadOnly Property UserClaims As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

The list of delegated user claims.

See Also

OAuthS2SCredential Class
Microsoft.Workflow.Client.Security Namespace

Return to top