UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.CertificateFactory Class Reference

Provides helper functions used to create and revoke certificates. More...

Static Public Member Functions

static ICertificate CreateCertificate (string storeType, string storePath, CreateCertificateSettings settings)
 Creates a new certificate. More...
 
static void RevokeCertificate (string storePath, ICertificate certificate, string issuerKeyFilePath, string issuerKeyFilePassword)
 Revokes a certificate by proxy. More...
 

Properties

static string CertificateGeneratorPath [get, set]
 Gets or sets the path to the certificate generator. More...
 

Detailed Description

Provides helper functions used to create and revoke certificates.

Member Function Documentation

static ICertificate UnifiedAutomation.UaBase.CertificateFactory.CreateCertificate ( string  storeType,
string  storePath,
CreateCertificateSettings  settings 
)
inlinestatic

Creates a new certificate.

Parameters
storeTypeThe type of certificate store.
storePathThe store path.
settingsSpecified the contents of the certificate.
Returns
The new certificate.
static void UnifiedAutomation.UaBase.CertificateFactory.RevokeCertificate ( string  storePath,
ICertificate  certificate,
string  issuerKeyFilePath,
string  issuerKeyFilePassword 
)
inlinestatic

Revokes a certificate by proxy.

Parameters
storePathThe store path.
certificateThe certificate.
issuerKeyFilePathThe issuer key file path.
issuerKeyFilePasswordThe issuer key file password.

Property Documentation

string UnifiedAutomation.UaBase.CertificateFactory.CertificateGeneratorPath
staticgetset

Gets or sets the path to the certificate generator.

The path to the certificate generator.

If this value is not set then the default location is same directory as the UaBase assembly.


The documentation for this class was generated from the following file: