AuthenticationWorkflow Class
This type derives from the SequentialWorkflow type. All workflows that run during the authentication phase of request processing must be a workflow derived from the AuthenticationWorkflow class. This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As AuthenticationWorkflow
Syntax
'Declaration
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
Public Class AuthenticationWorkflow
Inherits SequentialWorkflow
[ToolboxItemAttribute(typeof(ActivityToolboxItem))]
public class AuthenticationWorkflow : SequentialWorkflow
[ToolboxItemAttribute(typeof(ActivityToolboxItem))]
public ref class AuthenticationWorkflow : public SequentialWorkflow
/** @attribute ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) */
public class AuthenticationWorkflow extends SequentialWorkflow
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
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
AuthenticationWorkflow Members
Microsoft.ResourceManagement.Workflow.Activities Namespace