WebSsoAuthenticationEventArgs.Context Property
Gets or sets the current HttpContext, which encapsulates all HTTP-specific information about an individual HTTP request.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public HttpContext Context { get; set; }
public:
property HttpContext^ Context {
HttpContext^ get();
void set(HttpContext^ value);
}
member Context : HttpContext with get, set
Public Property Context As HttpContext
Property Value
Type: System.Web.HttpContext
The current HttpContext.
See Also
WebSsoAuthenticationEventArgs Class
System.Web.Security.SingleSignOn Namespace
Return to top