OAuthS2SCredential.OnBehalfOf Property

 

Gets of sets the value of the delegated user identity.

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

Syntax

public string OnBehalfOf {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ OnBehalfOf {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member OnBehalfOf : string with get, set
Public Property OnBehalfOf As String

Property Value

Type: System.String

The value of the delegated user identity.

See Also

OAuthS2SCredential Class
Microsoft.Workflow.Client.Security Namespace

Return to top