C# Класс GSF.TimeSeries.Transport.UI.UserControls.SelfSignedCertificateGenerator

Interaction logic for SelfSignedCertificateGenerator.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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