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

Displays a list of certificates.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
CertificateListDlg ( ) : System

Contructs the object.

ShowDialog ( CertificateStoreIdentifier store, bool allowStoreChange ) : CertificateIdentifier

Displays the dialog.

Private Methods

Method Description
CertificateStoreCTRL_StoreChanged ( object sender, EventArgs e ) : void
CertificatesCTRL_ItemsSelected ( object sender, ListItemActionEventArgs e ) : void
FilterBTN_Click ( object sender, EventArgs e ) : void
OkBTN_Click ( object sender, EventArgs e ) : void

Method Details

CertificateListDlg() public method

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

ShowDialog() public method

Displays the dialog.
public ShowDialog ( CertificateStoreIdentifier store, bool allowStoreChange ) : CertificateIdentifier
store CertificateStoreIdentifier
allowStoreChange bool
return CertificateIdentifier