Method | Description | |
---|---|---|
GetAuthenticatedContext ( string targetSiteUrl ) : ClientContext |
Override for for displaying pop. Default width and height values are used for the pop up window.
|
|
GetAuthenticatedContext ( string targetSiteUrl, int popUpWidth, int popUpHeight ) : ClientContext |
This method will return a ClientContext object with the authentication cookie set. The ClientContext should be disposed of as any other IDisposable
|
|
GetAuthenticatedCookies ( string targetSiteUrl, int popUpWidth, int popUpHeight ) : |
Displays a pop up to login the user. An authentication Cookie is returned if the user is sucessfully authenticated.
|
public static GetAuthenticatedContext ( string targetSiteUrl ) : ClientContext | ||
targetSiteUrl | string | |
return | ClientContext |
public static GetAuthenticatedContext ( string targetSiteUrl, int popUpWidth, int popUpHeight ) : ClientContext | ||
targetSiteUrl | string | |
popUpWidth | int | |
popUpHeight | int | |
return | ClientContext |
public static GetAuthenticatedCookies ( string targetSiteUrl, int popUpWidth, int popUpHeight ) : |
||
targetSiteUrl | string | |
popUpWidth | int | |
popUpHeight | int | |
return |