Share via


LSAuthenticationObject.FormContext Property

 

Gets information about the type of action that is required of the Web form that is being invoked and queries for any additional data needed to perform that action.

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

Syntax

public LSFormContext FormContext { get; }
public:
property LSFormContext^ FormContext {
    LSFormContext^ get();
}
member FormContext : LSFormContext with get
Public ReadOnly Property FormContext As LSFormContext

Property Value

Type: System.Web.Security.SingleSignOn.LSFormContext

Information about the type of action that is required of the Web form that is being invoked and queries for any additional data needed to perform that action.

See Also

LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace

Return to top