AuthenticationHelper AuthenticateWindowsLiveUser Method Kentico 8.0 API Reference
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.0.0.0 (8.0.5239.26125)

Parameters

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

Return Value

Type: UserInfo
Returns UserInfo
See Also