OAuthS2SAuthenticationChallenge.ToString Method ()

 

Formats the challenge as a string.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

Returns the value of the challenge.

See Also

OAuthS2SAuthenticationChallenge Class
Microsoft.Workflow.Client.Security Namespace

Return to top