ApplicationSignInManager..::..Create Method
Creates the specified options.
Namespace:
FLEXYGO.Authentication.IdentityAssembly: flxAuthentication (in flxAuthentication.dll)
Syntax
public static ApplicationSignInManager Create( IdentityFactoryOptions<ApplicationSignInManager> options, IOwinContext context )
Public Shared Function Create ( _ options As IdentityFactoryOptions(Of ApplicationSignInManager), _ context As IOwinContext _ ) As ApplicationSignInManager
Parameters
- options
- Type: IdentityFactoryOptions<(Of <(<'ApplicationSignInManager>)>)>
The options.
- context
- Type: IOwinContext
The context.