| WindowsLiveLogin Class |
Namespace: CMS.ExternalAuthentication
public class WindowsLiveLogin
The WindowsLiveLogin type exposes the following members.
| Name | Description | |
|---|---|---|
| WindowsLiveLogin(String) |
Object constructor
| |
| WindowsLiveLogin(String, String) |
Object constructor
|
| Name | Description | |
|---|---|---|
| AppID |
Application ID
| |
| Secret |
Application secret
| |
| SiteName |
Current site name
| |
| UseServerSideAuthorization |
Return true if user uses server side authorization scenario
|
| Name | Description | |
|---|---|---|
| AuthenticateClientToken |
Authenticate live ID user by authorization token
| |
| Base64UrlDecode |
Decode from Base 64
| |
| Base64UrlEncode |
Encode to Base 64
| |
| ClearCookieAndRedirect |
Clear live id cookies and redirect to the logon page.
| |
| ClearLiveCookie |
Clears Live authentication cookie.
| |
| GetLoginUrl |
Returns live ID login URL
| |
| GetLogoutUrl |
Returns logout URL.
| |
| GetUserInformation |
Returns user information by given token.
| |
| ProcessLogin |
Authorize user
|