LSFormContext Class
Enables the logon server to communicate to ASP.NET Web forms that it invokes. This object may be cast to a more specific context type based on the value in the CurrentAction property.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.LSFormContext
System.Web.Security.SingleSignOn.LSCleanupFormContext
System.Web.Security.SingleSignOn.LSCredentialFormContext
System.Web.Security.SingleSignOn.LSDiscoveryFormContext
System.Web.Security.SingleSignOn.LSPolicyFormContext
Syntax
public class LSFormContext
public ref class LSFormContext
type LSFormContext = class end
Public Class LSFormContext
Properties
Name | Description | |
---|---|---|
CurrentAction | Gets an LSFormAction for casting an LSFormContext object to a more specific context type. |
|
IsClientNonInteractive | Indicates whether the client is unable to respond to an interactive Web UI. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
Based on the value of the CurrentAction property, an object of this type may be cast to a more specific type.
CurrentAction |
Type |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top