LSPolicyFormContext Class

 

Provides the information needed for the PolicyEnforcement action.

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.LSPolicyFormContext

Syntax

public sealed class LSPolicyFormContext : LSFormContext
public ref class LSPolicyFormContext sealed : LSFormContext
[<Sealed>]
type LSPolicyFormContext = 
    class
        inherit LSFormContext
    end
Public NotInheritable Class LSPolicyFormContext
    Inherits LSFormContext

Properties

Name Description
System_CAPS_pubproperty CurrentAction

Gets an LSFormAction for casting an LSFormContext object to a more specific context type.(Inherited from LSFormContext.)

System_CAPS_pubproperty IsClientNonInteractive

Indicates whether the client is unable to respond to an interactive Web UI.(Inherited from LSFormContext.)

System_CAPS_pubproperty TrustingRealmUri

Gets the URI of the resource partner or application that the client is being authenticated to.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

For LSPolicyFormContext, CurrentAction will be PolicyEnforcement.

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