C# Класс Opc.Ua.Client.Controls.CertificateListDlg

Displays a list of certificates.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CertificateListDlg ( ) : System

Contructs the object.

ShowDialog ( CertificateStoreIdentifier store, bool allowStoreChange ) : CertificateIdentifier

Displays the dialog.

Приватные методы

Метод Описание
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

Описание методов

CertificateListDlg() публичный Метод

Contructs the object.
public CertificateListDlg ( ) : System
Результат System

ShowDialog() публичный Метод

Displays the dialog.
public ShowDialog ( CertificateStoreIdentifier store, bool allowStoreChange ) : CertificateIdentifier
store CertificateStoreIdentifier
allowStoreChange bool
Результат CertificateIdentifier