LSFormContext.CurrentAction Property

 

Gets an LSFormAction for casting an LSFormContext object to a more specific context type.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public LSFormAction CurrentAction { get; }
public:
property LSFormAction CurrentAction {
    LSFormAction get();
}
member CurrentAction : LSFormAction with get
Public ReadOnly Property CurrentAction As LSFormAction

Property Value

Type: System.Web.Security.SingleSignOn.LSFormAction

An LSFormAction for casting an LSFormContext object to a more specific context type.

Remarks

For LSCleanupFormContext, CurrentAction will be CleanupTopLevel or CleanupNested. For LSCredentialFormContext, CurrentAction will be CollectInitialCredentials or CollectAdditionalCredentials. For LSPolicyFormContext, CurrentAction will be PolicyEnforcement.

See Also

LSFormContext Class
System.Web.Security.SingleSignOn Namespace

Return to top