C# Class Opc.Ua.Client.Controls.CertificateDlg

Prompts the user to edit a ApplicationDescription.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
CertificateDlg ( ) : System

Contructs the object.

ShowDialog ( CertificateIdentifier certificateIdentifier ) : bool

Displays the dialog.

ShowDialog ( X509Certificate2 certificate ) : bool

Displays the dialog.

Private Methods

Method Description
OkBTN_Click ( object sender, EventArgs e ) : void

Method Details

CertificateDlg() public method

Contructs the object.
public CertificateDlg ( ) : System
return System

ShowDialog() public method

Displays the dialog.
public ShowDialog ( CertificateIdentifier certificateIdentifier ) : bool
certificateIdentifier CertificateIdentifier
return bool

ShowDialog() public method

Displays the dialog.
public ShowDialog ( X509Certificate2 certificate ) : bool
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
return bool