RequestAuthenticationWorkflowInstance Property |
Authentication Workflow Instance - A reference to a workflow instance executed during the authentication phase of request processing.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<WorkflowInstance> AuthenticationWorkflowInstance { get; set; }
Public Property AuthenticationWorkflowInstance As List(Of WorkflowInstance)
Get
Set
public:
property List<WorkflowInstance^>^ AuthenticationWorkflowInstance {
List<WorkflowInstance^>^ get ();
void set (List<WorkflowInstance^>^ value);
}
member AuthenticationWorkflowInstance : List<WorkflowInstance> with get, set
Property Value
Type:
ListWorkflowInstance
See Also