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
)
Public Sub New (
cxt As IAppContext,
providerType As Type
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - providerType
- Type: SystemType
The AuthenticationProviderType.
See Also