OAuthS2SAuthenticationChallenge.Scheme Property

 

Gets Uri scheme used for this Scope.

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

Syntax

public string Scheme { get; }
public:
property String^ Scheme {
    String^ get();
}
member Scheme : string with get
Public ReadOnly Property Scheme As String

Property Value

Type: System.String

Returns the Uri scheme used for this Scope.

See Also

OAuthS2SAuthenticationChallenge Class
Microsoft.Workflow.Client.Security Namespace

Return to top