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.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax 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:
UserInfoReturns UserInfo
See Also