AuthenticationWebPage Constructor CTCT Wrapper Documented Class Library
Initialize new instance of AuthenticationWebForm class

Namespace: CTCT.Authentication.WebPage
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public AuthenticationWebPage(
	HttpContext httpContext,
	string state
)

Parameters

httpContext
Type: System.Web HttpContext
current application context
state
Type: System String
state query parameter
See Also