.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.CertificateKeyPair Class Reference

The settings used when converting certificates. More...

Properties

ICertificate Certificate [get, set]
 Gets or sets the certificate. More...
 
byte[] PrivateKey [get, set]
 Gets or sets the private key. More...
 
string PrivateKeyFormat [get, set]
 Gets or sets the private key format. More...
 
string PrivateKeyPassword [get, set]
 Gets or sets the private key password. More...
 

Detailed Description

The settings used when converting certificates.

Property Documentation

ICertificate UnifiedAutomation.UaBase.CertificateKeyPair.Certificate
getset

Gets or sets the certificate.

The certificate.

byte [] UnifiedAutomation.UaBase.CertificateKeyPair.PrivateKey
getset

Gets or sets the private key.

The private key.

string UnifiedAutomation.UaBase.CertificateKeyPair.PrivateKeyFormat
getset

Gets or sets the private key format.

The private key format.

string UnifiedAutomation.UaBase.CertificateKeyPair.PrivateKeyPassword
getset

Gets or sets the private key password.

The private key password.


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