AuthenticationHelperFinalizeAuthenticationProcess Method |
Finalizes the authentication process. Does all the actions that are needed
after successful authentication.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static void FinalizeAuthenticationProcess(
UserInfo user,
int siteId
)
Parameters
- user
- Type: CMS.MembershipUserInfo
User info. - siteId
- Type: SystemInt32
Site ID.
See Also