Click or drag to resize
KenticoSignInManagerCreate Method
Factory method that creates the KenticoSignInManager instance.

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

Parameters

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

Return Value

Type: KenticoSignInManager
See Also