C# Class azurecopy.ThirdParty.MsOnlineClaimsHelper

显示文件 Open project: kpfaulkner/azurecopy Class Usage Examples

Public Methods

Method Description
MsOnlineClaimsHelper ( string username, string password, bool useRtfa, string spoSiteUrl ) : System
MsOnlineClaimsHelper ( string username, string password, string spoSiteUrl ) : System
clientContext_ExecutingWebRequest ( object sender, WebRequestEventArgs e ) : void

Private Methods

Method Description
getCookieContainer ( ) : CookieContainer
getResponse ( string stsUrl, string realm ) : string
getSamlToken ( ) : MsoCookies

Method Details

MsOnlineClaimsHelper() public method

public MsOnlineClaimsHelper ( string username, string password, bool useRtfa, string spoSiteUrl ) : System
username string
password string
useRtfa bool
spoSiteUrl string
return System

MsOnlineClaimsHelper() public method

public MsOnlineClaimsHelper ( string username, string password, string spoSiteUrl ) : System
username string
password string
spoSiteUrl string
return System

clientContext_ExecutingWebRequest() public method

public clientContext_ExecutingWebRequest ( object sender, WebRequestEventArgs e ) : void
sender object
e WebRequestEventArgs
return void