AuthenticationWorkflow Members

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.

The following tables list the members exposed by the AuthenticationWorkflow type.

Public Constructors

  Name Description
  AuthenticationWorkflow Initializes a new instance of the AuthenticationWorkflow class with default values. This API is currently not supported.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Activities  (Inherited from CompositeActivity)
public property ActorId  ActorId is a Guid value representing the ObjectID of the resource to be used when calculating management policy rules that affect a request created by the activity. Activities are able to perform only the operations for which the ActorID has been granted rights. (Inherited from SequentialWorkflow)
public property Description  (Inherited from Activity)
public property DynamicUpdateCondition  (Inherited from SequentialWorkflowActivity)
public property Enabled  (Inherited from Activity)
public property EnabledActivities  (Inherited from CompositeActivity)
public property ExecutionResult  (Inherited from Activity)
public property ExecutionStatus  (Inherited from Activity)
public property IsDynamicActivity  (Inherited from Activity)
public property Mode Indicates whether the workflow is running in registration mode or validation mode. This API is currently not supported.
public property Name  (Inherited from Activity)
public property Parent  (Inherited from Activity)
public property QualifiedName  (Inherited from Activity)
public property RequestId  Indicates the request instance that caused the workflow instance to be created. (Inherited from SequentialWorkflow)
public property Site  (Inherited from DependencyObject)
public property TargetId  Indicates the target resource (user, group, set and so on) for the request instance that caused the workflow to be created. (Inherited from SequentialWorkflow)
public property UserData  (Inherited from DependencyObject)
public property WorkflowDefinitionId  Indicates the WorkflowDefinition associated with the workflow. (Inherited from SequentialWorkflow)
public property WorkflowDictionary  Represents information stored by the workflow. (Inherited from SequentialWorkflow)

Top

Protected Properties

  Name Description
protected property ParentDependencyObject  (Inherited from DependencyObject)
protected property WorkflowInstanceId  (Inherited from Activity)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddHandler  (Inherited from DependencyObject)
public method Clone  (Inherited from Activity)
public method Dispose  (Inherited from DependencyObject)
public method Equals  (Inherited from Object)
public method GetActivityByName  (Inherited from Activity)
public method GetActivityByName  (Inherited from Activity)
public method GetBinding  (Inherited from DependencyObject)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method GetValue  (Inherited from DependencyObject)
public method GetValueBase  (Inherited from DependencyObject)
public method IsBindingSet  (Inherited from DependencyObject)
public method MetaEquals  (Inherited from DependencyObject)
public method RegisterForStatusChange  (Inherited from Activity)
public method RemoveHandler  (Inherited from DependencyObject)
public method RemoveProperty  (Inherited from DependencyObject)
public method Save  (Inherited from Activity)
public method Save  (Inherited from Activity)
public method SetBinding  (Inherited from DependencyObject)
public method SetValue  (Inherited from DependencyObject)
public method SetValueBase  (Inherited from DependencyObject)
public method ToString  Overridden. (Inherited from Object)
public method UnregisterForStatusChange  (Inherited from Activity)

Top

Protected Methods

  Name Description
protected method ApplyWorkflowChanges  (Inherited from CompositeActivity)
protected method Cancel  Overridden. (Inherited from Activity)
protected method Dispose  Overridden. (Inherited from DependencyObject)
protected method Execute  Overridden. (Inherited from SequentialWorkflowActivity)
protected method Finalize  Overridden. (Inherited from Object)
protected method GetBoundValue  (Inherited from DependencyObject)
protected method GetDynamicActivities  (Inherited from CompositeActivity)
protected method GetInvocationList  (Inherited from DependencyObject)
protected method HandleFault  Overridden. (Inherited from CompositeActivity)
protected method InitializeProperties  (Inherited from DependencyObject)
protected method MemberwiseClone  (Inherited from Object)
protected method OnActivityChangeRemove  Overridden. (Inherited from CompositeActivity)
protected method OnActivityExecutionContextLoad  Overridden. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. (Inherited from CompositeActivity)
protected method OnClosed  (Inherited from Activity)
protected method OnListChanged  Overridden. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. (Inherited from CompositeActivity)
protected method OnListChanging Overridden. This API is currently not supported.
protected method OnSequenceComplete  Overridden. (Inherited from SequenceActivity)
protected method OnWorkflowChangesCompleted  Overridden. (Inherited from CompositeActivity)
protected method SetBoundValue  (Inherited from DependencyObject)
protected method TrackData  (Inherited from Activity)
protected method TrackData  (Inherited from Activity)
protected method Uninitialize  Overridden. Uninitializes a service provider. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. (Inherited from CompositeActivity)

Top

Public Events

  Name Description
public event Canceling  (Inherited from Activity)
public event Closed  (Inherited from Activity)
public event Compensating  (Inherited from Activity)
public event Completed  (Inherited from SequentialWorkflowActivity)
public event Executing  (Inherited from Activity)
public event Faulting  (Inherited from Activity)
public event Initialized  (Inherited from SequentialWorkflowActivity)
public event StatusChanged  (Inherited from Activity)

Top

See Also

Reference

AuthenticationWorkflow Class
Microsoft.ResourceManagement.Workflow.Activities Namespace