Click or drag to resize
AuthenticationHelperEnsureExternalUser Method
Ensures that the external user record is present in the database.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void EnsureExternalUser(
	UserInfo uInfo
)

Parameters

uInfo
Type: CMS.MembershipUserInfo
User info object with the user data
See Also