Method | Description | |
---|---|---|
ClaimsWebAuth ( string targetSiteUrl, int popUpWidth, int popUpHeight ) : System |
Displays a pop up window to authenticate the user
|
|
Dispose ( ) : void |
Disposes of this instance.
|
|
Dispose ( bool disposing ) : void | ||
Show ( ) : |
Opens a Windows Forms Web Browser control to authenticate the user against an CLAIM site.
|
Method | Description | |
---|---|---|
ClaimsWebBrowser_Navigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void | ||
ExtraHeadersFromResponse ( |
||
GetClaimParams ( string targetUrl, string &loginUrl, |
||
IgnoreCertificateErrorHandler ( object sender, System certificate, System chain, System sslPolicyErrors ) : bool |
public ClaimsWebAuth ( string targetSiteUrl, int popUpWidth, int popUpHeight ) : System | ||
targetSiteUrl | string | |
popUpWidth | int | |
popUpHeight | int | |
return | System |