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

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

Public Constructors

  Name Description
AuthenticationGateActivity Creates a new instance of the AuthenticationGateActivity class with default values. This API is currently not supported.
Top

Public Fields

  Name Description
public fieldstatic ActivityContextGuidProperty  (Inherited from Activity)
public fieldstatic CancelingEvent  (Inherited from Activity)
public fieldstatic ClosedEvent  (Inherited from Activity)
public fieldstatic CompensatingEvent  (Inherited from Activity)
public fieldstatic ExecutingEvent  (Inherited from Activity)
public fieldstatic FaultingEvent  (Inherited from Activity)
public fieldstatic StatusChangedEvent  (Inherited from Activity)
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. This API is currently not supported.
public property AuthenticationGate This API is currently not supported.
public propertystatic AuthenticationGateTimedOut This API is currently not supported.
public property ChallengeResponse This API is currently not supported.
public property ContainingWorkflow This API is currently not supported.
public property Description  (Inherited from Activity)
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 GateQualifiedName This API is currently not supported.
public property IsDynamicActivity  (Inherited from Activity)
public property MyWorkflowInstanceId 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 RegistrationData This API is currently not supported.
public property RequestId Represents the ObjectID of the Request object that caused this activity to be created. This API is currently not supported.
public property Site  (Inherited from DependencyObject)
public property UserData  (Inherited from DependencyObject)
public property ValidationError This API is currently not supported.
public property WorkflowDefinitionId Reference to a WorkflowDefinition object. This API is currently not supported.
Top

Protected Properties

  Name Description
protected property CanModifyActivities  (Inherited from CompositeActivity)
protected property DesignMode  (Inherited from DependencyObject)
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  Overloaded. (Inherited from CompositeActivity)
public method Equals  Overloaded. (Inherited from Object)
public method GetActivityByName  Overloaded. (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 methodstatic Load  Overloaded. (Inherited from Activity)
public method MetaEquals  (Inherited from DependencyObject)
public methodstatic ReferenceEquals  (Inherited from Object)
public method RegisterForStatusChange  (Inherited from Activity)
public method RemoveHandler  (Inherited from DependencyObject)
public method RemoveProperty  (Inherited from DependencyObject)
public method Save  Overloaded. (Inherited from Activity)
public method SetBinding  (Inherited from DependencyObject)
public method SetValue  (Inherited from DependencyObject)
public method SetValueBase  (Inherited from DependencyObject)
public method ToString  (Inherited from Activity)
public method UnregisterForStatusChange  (Inherited from Activity)
Top

Protected Methods

  Name Description
protected method ApplyWorkflowChanges  (Inherited from CompositeActivity)
protected method Cancel  (Inherited from SequenceActivity)
protected method Dispose  Overloaded. (Inherited from CompositeActivity)
protected method Execute Overridden. This API is currently not supported.
protected method Finalize  (Inherited from DependencyObject)
protected method GetBoundValue  (Inherited from DependencyObject)
protected method GetDynamicActivities  (Inherited from CompositeActivity)
protected method GetInvocationList  (Inherited from DependencyObject)
protected method HandleFault  (Inherited from SequenceActivity)
protected method Initialize Overridden. This API is currently not supported.
protected method InitializeProperties  (Inherited from DependencyObject)
protected method Invoke  Overloaded. (Inherited from Activity)
protected method MemberwiseClone  (Inherited from Object)
protected method OnActivityChangeAdd  (Inherited from CompositeActivity)
protected method OnActivityChangeRemove  (Inherited from SequenceActivity)
protected method OnActivityExecutionContextLoad Overridden. This API is currently not supported.
protected method OnActivityExecutionContextUnload  (Inherited from CompositeActivity)
protected method OnClosed  (Inherited from Activity)
protected method OnListChanged  (Inherited from CompositeActivity)
protected method OnListChanging  (Inherited from CompositeActivity)
protected method OnSequenceComplete  (Inherited from SequenceActivity)
protected method OnWorkflowChangesCompleted  (Inherited from SequenceActivity)
protected method RaiseEvent  (Inherited from Activity)
protected method RaiseGenericEvent  (Inherited from Activity)
protected method SetBoundValue  (Inherited from DependencyObject)
protected method SetReadOnlyPropertyValue  (Inherited from DependencyObject)
protected method TrackData  Overloaded. (Inherited from Activity)
protected method Uninitialize Overridden. This API is currently not supported.
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 Executing  (Inherited from Activity)
public event Faulting  (Inherited from Activity)
public event StatusChanged  (Inherited from Activity)
Top

Explicit Interface Implementations

  Name Description
System.Workflow.ComponentModel.IActivityEventListener.OnEvent  (Inherited from SequenceActivity)
System.ComponentModel.IComponent.Disposed  (Inherited from DependencyObject)
Top

See Also