Click or drag to resize
AuthenticationHelperFinalizeAuthenticationProcess Method
Finalizes the authentication process. Does all the actions that are needed after successful authentication.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void FinalizeAuthenticationProcess(
	UserInfo user,
	int siteId
)

Parameters

user
Type: CMS.MembershipUserInfo
User info.
siteId
Type: SystemInt32
Site ID.
See Also