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

Prompts the user to edit a ApplicationDescription.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
CertificateDlg ( ) : System

Contructs the object.

ShowDialog ( CertificateIdentifier certificateIdentifier ) : bool

Displays the dialog.

ShowDialog ( X509Certificate2 certificate ) : bool

Displays the dialog.

비공개 메소드들

메소드 설명
OkBTN_Click ( object sender, EventArgs e ) : void

메소드 상세

CertificateDlg() 공개 메소드

Contructs the object.
public CertificateDlg ( ) : System
리턴 System

ShowDialog() 공개 메소드

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

ShowDialog() 공개 메소드

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