C# Class RIM.VSNDK_Package.Signing.Browser

显示文件 Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
Browser ( SigningDialog sd ) : System
webBrowser1_Navigating ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void

Method that handles the Navigating event.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ValidateRemoteCertificate ( object sender, X509Certificate cert, X509Chain chain, SslPolicyErrors policyErrors ) : bool

Callback used to validate the certificate in an SSL conversation

Method Details

Browser() public method

public Browser ( SigningDialog sd ) : System
sd SigningDialog
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

webBrowser1_Navigating() public method

Method that handles the Navigating event.
public webBrowser1_Navigating ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
sender object Contains the WebBrowser1 data.
e System.Windows.Forms.WebBrowserNavigatingEventArgs
return void