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
System_CAPS_pubproperty CurrentAction

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

System_CAPS_pubproperty IsClientNonInteractive

Indicates whether the client is unable to respond to an interactive Web UI.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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

CollectInitialCredentials

LSCredentialFormContext

CollectAdditionalCredentials

LSCredentialFormContext

CleanupTopLevel

LSCleanupFormContext

CleanupNested

LSCleanupFormContext

DiscoverClientRealm

LSDiscoveryFormContext

PolicyEnforcement

LSPolicyFormContext

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