UA Bundle SDK .NET  2.5.1.380
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
UnifiedAutomation.UaBase.PrivateKeyFormats Class Reference

Well known private key formats supported by the CertificateFactory. More...

Public Attributes

const string PEM = "PEM"
 The PEM format which is base64 encoded DER blob used by applications built with OpenSSL. More...
 
const string PFX = "PFX"
 The PKCS#12 format used by applications built Microsoft .NET. More...
 

Detailed Description

Well known private key formats supported by the CertificateFactory.

Member Data Documentation

const string UnifiedAutomation.UaBase.PrivateKeyFormats.PEM = "PEM"

The PEM format which is base64 encoded DER blob used by applications built with OpenSSL.

const string UnifiedAutomation.UaBase.PrivateKeyFormats.PFX = "PFX"

The PKCS#12 format used by applications built Microsoft .NET.


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