WorkflowClientCredentials Class

The WorkflowClientCredentials class represents the WCF client credentials used by the WorkflowClient to authenticate. Writing directly to the workflow SOAP Web services APIs exposed at https://workflow.windows.net/workflows/wsdl requires the use of the WorkflowClientCredentials.

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
Public Class WorkflowClientCredentials
    Inherits ClientCredentials
public class WorkflowClientCredentials : ClientCredentials
public ref class WorkflowClientCredentials : public ClientCredentials
public class WorkflowClientCredentials extends ClientCredentials
public class WorkflowClientCredentials extends ClientCredentials

Inheritance Hierarchy

System.Object
   System.ServiceModel.Security.SecurityCredentialsManager
     System.ServiceModel.Description.ClientCredentials
      Microsoft.Workflow.Activities.WorkflowClientCredentials

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

WorkflowClientCredentials Members
Microsoft.Workflow.Activities Namespace