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: 8.0.0.0 (8.1.5347.20411)
Parameters
- userLiveId
- Type: System String
User LiveID
- siteName
- Type: System String
Site name
- disableConfirmation
- Type: System Boolean
Indicates if e-mail confirmation of newly registered user is disabled
- error
- Type: System String
Error message which will be filled when error occurred
Return Value
Type: UserInfoReturns UserInfo
See Also