Click or drag to resize
KenticoSignInManagerTUserCreate Method

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

Parameters

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

Return Value

Type: KenticoSignInManagerTUser
See Also