C# 클래스 Opc.Ua.Client.Controls.CertificateListDlg

Displays a list of certificates.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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