Share via


AuthenticationGateActivity Class

An activity used to authenticate a user. This API is currently not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As AuthenticationGateActivity

Syntax

'Declaration
<DesignerAttribute(GetType(ActivityDesigner), GetType(IDesigner))> _
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
Public Class AuthenticationGateActivity
    Inherits SequenceActivity
[DesignerAttribute(typeof(ActivityDesigner), typeof(IDesigner))] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
public class AuthenticationGateActivity : SequenceActivity
[DesignerAttribute(typeof(ActivityDesigner), typeof(IDesigner))] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
public ref class AuthenticationGateActivity : public SequenceActivity
/** @attribute DesignerAttribute(System.Workflow.ComponentModel.Design.ActivityDesigner, System.ComponentModel.Design.IDesigner) */ 
/** @attribute ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) */ 
public class AuthenticationGateActivity extends SequenceActivity
DesignerAttribute(System.Workflow.ComponentModel.Design.ActivityDesigner, System.ComponentModel.Design.IDesigner) 
ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) 
public class AuthenticationGateActivity extends SequenceActivity

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
     System.Workflow.ComponentModel.Activity
       System.Workflow.ComponentModel.CompositeActivity
         System.Workflow.Activities.SequenceActivity
          Microsoft.ResourceManagement.Workflow.Activities.AuthenticationGateActivity

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

AuthenticationGateActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace

Other Resources

Custom Activities and Workflows