ApplicationUserManager..::..Create Method
Creates with the specified options.
Namespace:
FLEXYGO.Authentication.IdentityAssembly: flxAuthentication (in flxAuthentication.dll)
Syntax
public static ApplicationUserManager Create( IdentityFactoryOptions<ApplicationUserManager> options, IOwinContext context )
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.