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 | |
---|---|---|
CurrentAction | Gets an LSFormAction for casting an LSFormContext object to a more specific context type.(Inherited from LSFormContext.) |
|
IsClientNonInteractive | Indicates whether the client is unable to respond to an interactive Web UI.(Inherited from LSFormContext.) |
|
TrustingRealmUri | Gets the URI of the resource partner or application that the client is being authenticated to. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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