OAuthS2SSecurityConfiguration.ClientPermissions Property

 

Gets the set of Scope permissions granted to the client.

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

Syntax

public Collection<ClientPermissions> ClientPermissions { get; }
public:
property Collection<ClientPermissions^>^ ClientPermissions {
    Collection<ClientPermissions^>^ get();
}
member ClientPermissions : Collection<ClientPermissions> with get
Public ReadOnly Property ClientPermissions As Collection(Of ClientPermissions)

Property Value

Type: System.Collections.ObjectModel.Collection<ClientPermissions>

The set of Scope permissions granted to the client.

See Also

OAuthS2SSecurityConfiguration Class
Microsoft.Workflow.Client.Security Namespace

Return to top