{CompanyName} FlexyGo

ApplicationUserManager..::..Create Method

Creates with the specified options.

Namespace:  FLEXYGO.Authentication.Identity
Assembly:  flxAuthentication (in flxAuthentication.dll)

Syntax


Public Shared Function Create ( _
	options As IdentityFactoryOptions(Of ApplicationUserManager), _
	context As IOwinContext _
) As ApplicationUserManager

Parameters

options
Type: IdentityFactoryOptions<(Of <(<'ApplicationUserManager>)>)>
The options.
context
Type: IOwinContext
The context.

Return Value

ApplicationUserManager.