Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)
Usage
Visual Basic |
---|
Dim instance As AuthenticationWorkflow |
Syntax
Visual Basic |
---|
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _ Public Class AuthenticationWorkflow Inherits SequentialWorkflow |
C# |
---|
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] public class AuthenticationWorkflow : SequentialWorkflow |
C++ |
---|
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] public ref class AuthenticationWorkflow : public SequentialWorkflow |
J# |
---|
/** @attribute ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) */ public class AuthenticationWorkflow extends SequentialWorkflow |
JScript |
---|
ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) public class AuthenticationWorkflow extends SequentialWorkflow |
Remarks
The purpose of the AuthenticationWorkflow type is to provide the FIM Service with additional information about the every authentication workflow instance running in the FIM Service, in addition to the information provided by the SequentialWorkflow type.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
System.Workflow.Activities.SequentialWorkflowActivity
Microsoft.ResourceManagement.Workflow.Activities.SequentialWorkflow
Microsoft.ResourceManagement.Workflow.Activities.AuthenticationWorkflow
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
System.Workflow.Activities.SequentialWorkflowActivity
Microsoft.ResourceManagement.Workflow.Activities.SequentialWorkflow
Microsoft.ResourceManagement.Workflow.Activities.AuthenticationWorkflow
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.