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)

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

Public NotInheritable Class OAuthS2SAuthenticationChallenge

NameDescription
System_CAPS_pubpropertyRealm

Gets the realm value configured on the Scope.

System_CAPS_pubpropertyScheme

Gets Uri scheme used for this Scope.

System_CAPS_pubpropertyTrustedIssuers

Gets the list of Trusted Issuers assigned to the Scope.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetParameter(String)

Returns the challenge parameter by name.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

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

Return to top

Community Additions

ADD
Show: