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
)
Public Shared Function GetProviderType (
appContext As IAppContext
) As Type
Parameters
- appContext
- Type: NetQuarryIAppContext
A valid application context object
Return Value
Type:
TypeA System.Type representing the type of the IAuthenticationProvider class to use to authenticate users.
See Also