Click or drag to resize
AuthenticationHelperAuthenticateWindowsLiveUser Method
Authenticates the Windows Live user with user's LiveID. If user doesn't exists yet and createNew set to true, then it is created.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static UserInfo AuthenticateWindowsLiveUser(
	string userLiveId,
	string siteName,
	bool disableConfirmation,
	ref string error
)

Parameters

userLiveId
Type: SystemString
User LiveID
siteName
Type: SystemString
Site name
disableConfirmation
Type: SystemBoolean
Indicates if e-mail confirmation of newly registered user is disabled
error
Type: SystemString
Error message which will be filled when error occurred

Return Value

Type: UserInfo
Returns UserInfo
See Also