Click or drag to resize
SignInManagerCreate Method
Factory method that creates the SignInManager instance.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public static SignInManager Create(
	IdentityFactoryOptions<SignInManager> options,
	IOwinContext context
)

Parameters

options
Type: IdentityFactoryOptionsSignInManager
Identity factory options.
context
Type: IOwinContext
OWIN context.

Return Value

Type: SignInManager
See Also