OAuthS2SAuthenticationChallenge Class

 

The OAuth2 S2S challenge to be issued for unauthenticated requests. It will be included with the HTTP 401 response code.

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

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.Security.OAuthS2SAuthenticationChallenge

Syntax

public sealed class OAuthS2SAuthenticationChallenge
public ref class OAuthS2SAuthenticationChallenge sealed 
[<Sealed>]
type OAuthS2SAuthenticationChallenge = class end
Public NotInheritable Class OAuthS2SAuthenticationChallenge

Properties

Name Description
System_CAPS_pubproperty Realm

Gets the realm value configured on the Scope.

System_CAPS_pubproperty Scheme

Gets Uri scheme used for this Scope.

System_CAPS_pubproperty TrustedIssuers

Gets the list of Trusted Issuers assigned to the Scope.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetParameter(String)

Returns the challenge parameter by name.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Formats the challenge as a string.(Overrides Object.ToString().)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Workflow.Client.Security Namespace

Return to top