.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaClient.FinishRequestResult Class Reference

The result a FinishRequest operation. More...

Properties

ICertificate Certificate [get, set]
 The new certificate. More...
 
byte[] PrivateKey [get, set]
 The private key associated with the certificate (if one was requested). More...
 
ICertificate[] IssuerCertificates [get, set]
 The CA certificates necessary to validate the new certificate. More...
 

Detailed Description

The result a FinishRequest operation.

Note
This class is not available on .NET framework versions prior 4.5.

Property Documentation

ICertificate UnifiedAutomation.UaClient.FinishRequestResult.Certificate
getset

The new certificate.

ICertificate [] UnifiedAutomation.UaClient.FinishRequestResult.IssuerCertificates
getset

The CA certificates necessary to validate the new certificate.

byte [] UnifiedAutomation.UaClient.FinishRequestResult.PrivateKey
getset

The private key associated with the certificate (if one was requested).


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