C# 클래스 Utility.SPClaimsAuth.ClaimsWebAuth

Provides means to authenticate a user via a pop up login form.
상속: IDisposable
파일 보기 프로젝트 열기: dream-365/toolkit 1 사용 예제들

공개 메소드들

메소드 설명
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 ( ) : CookieCollection

Opens a Windows Forms Web Browser control to authenticate the user against an CLAIM site.

비공개 메소드들

메소드 설명
ClaimsWebBrowser_Navigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void
ExtraHeadersFromResponse ( WebResponse response, string &loginUrl, Uri &navigationEndUrl ) : bool
GetClaimParams ( string targetUrl, string &loginUrl, Uri &navigationEndUrl ) : void
IgnoreCertificateErrorHandler ( object sender, System certificate, System chain, System sslPolicyErrors ) : bool

메소드 상세

ClaimsWebAuth() 공개 메소드

Displays a pop up window to authenticate the user
public ClaimsWebAuth ( string targetSiteUrl, int popUpWidth, int popUpHeight ) : System
targetSiteUrl string
popUpWidth int
popUpHeight int
리턴 System

Dispose() 공개 메소드

Disposes of this instance.
public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

Show() 공개 메소드

Opens a Windows Forms Web Browser control to authenticate the user against an CLAIM site.
public Show ( ) : CookieCollection
리턴 System.Net.CookieCollection