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
)
Public Shared Function GetUsersDataSource (
cxt As IAppContext
) As IDatabase
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
IDatabaseThe database.
See Also