Click or drag to resize

UserContextGetProviderType Method

Returns the type of the provider to use for this application

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Type GetProviderType(
	IAppContext appContext
)

Parameters

appContext
Type: NetQuarryIAppContext
A valid application context object

Return Value

Type: Type
A System.Type representing the type of the IAuthenticationProvider class to use to authenticate users.
See Also