C# Class GSF.TimeSeries.Transport.UI.UserControls.SelfSignedCertificateGenerator

Interaction logic for SelfSignedCertificateGenerator.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Свойство Type Description
CertificateFileProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
CommonNameProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
CanGenerate bool
GenerateCertificate void
OnProcessException void
TryMakeCertificate bool

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CanGenerate ( ) : bool
GenerateCertificate ( ) : void
OnProcessException ( Exception ex ) : void
TryMakeCertificate ( ) : bool

Method Details

MakeCertificate() public méthode

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.
Résultat void

SelfSignedCertificateGenerator() public méthode

Creates a new instance of the SelfSignedCertificateGenerator class.
public SelfSignedCertificateGenerator ( ) : System
Résultat System

Property Details

CertificateFileProperty public_oe static_oe property

Dependency property for the CertificateFile property.
public static DependencyProperty,System.Windows CertificateFileProperty
Résultat System.Windows.DependencyProperty

CommandProperty public_oe static_oe property

Dependency property for the Command property.
public static DependencyProperty,System.Windows CommandProperty
Résultat System.Windows.DependencyProperty

CommonNameProperty public_oe static_oe property

Dependency property for the CommonName property.
public static DependencyProperty,System.Windows CommonNameProperty
Résultat System.Windows.DependencyProperty