Click or drag to resize

DatabaseAuthenticationProviderGetUsersDataSource Method

Gets the database used for user authentication.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IDatabase GetUsersDataSource(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: IDatabase
The database.
See Also