Click or drag to resize

UserContext Constructor

Creates a UserContext object.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public UserContext(
	IAppContext cxt,
	Type providerType
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
providerType
Type: SystemType
The AuthenticationProviderType.
See Also