Share via


WebSsoAuthenticationEventArgs Constructor (SingleSignOnIdentity, HttpContext)

 

This class supports the AD FS infrastructure and is not intended for public use.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public WebSsoAuthenticationEventArgs(
    SingleSignOnIdentity identity,
    HttpContext context
)
public:
WebSsoAuthenticationEventArgs(
    SingleSignOnIdentity^ identity,
    HttpContext^ context
)
new : 
        identity:SingleSignOnIdentity *
        context:HttpContext -> WebSsoAuthenticationEventArgs
Public Sub New (
    identity As SingleSignOnIdentity,
    context As HttpContext
)

Parameters

See Also

WebSsoAuthenticationEventArgs Overload
WebSsoAuthenticationEventArgs Class
System.Web.Security.SingleSignOn Namespace

Return to top