C# 클래스 GSF.TimeSeries.Transport.UI.UserControls.SelfSignedCertificateGenerator

Interaction logic for SelfSignedCertificateGenerator.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
CertificateFileProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
CommonNameProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
CanGenerate bool
GenerateCertificate void
OnProcessException void
TryMakeCertificate bool

공개 메소드들

메소드 설명
MakeCertificate ( string commonName, string certificateFile ) : void

Creates a certificate with the given common name at the given path.

SelfSignedCertificateGenerator ( ) : System

Creates a new instance of the SelfSignedCertificateGenerator class.

비공개 메소드들

메소드 설명
CanGenerate ( ) : bool
GenerateCertificate ( ) : void
OnProcessException ( Exception ex ) : void
TryMakeCertificate ( ) : bool

메소드 상세

MakeCertificate() 공개 메소드

Creates a certificate with the given common name at the given path.
public MakeCertificate ( string commonName, string certificateFile ) : void
commonName string The common name stored in the certificate.
certificateFile string The path to the certificate.
리턴 void

SelfSignedCertificateGenerator() 공개 메소드

Creates a new instance of the SelfSignedCertificateGenerator class.
public SelfSignedCertificateGenerator ( ) : System
리턴 System

프로퍼티 상세

CertificateFileProperty 공개적으로 정적으로 프로퍼티

Dependency property for the CertificateFile property.
public static DependencyProperty,System.Windows CertificateFileProperty
리턴 System.Windows.DependencyProperty

CommandProperty 공개적으로 정적으로 프로퍼티

Dependency property for the Command property.
public static DependencyProperty,System.Windows CommandProperty
리턴 System.Windows.DependencyProperty

CommonNameProperty 공개적으로 정적으로 프로퍼티

Dependency property for the CommonName property.
public static DependencyProperty,System.Windows CommonNameProperty
리턴 System.Windows.DependencyProperty