.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.CertificateGroup Class Reference

Represents a certificate group used to manage the configuration of trust lists and certificates for an application. More...

Classes

class  CertificateType
 Stores configuration parameters for a certificate. More...
 

Properties

string Name [get, set]
 Gets or sets the name when it appears in the server address space. More...
 
string TrustedStoreLocation [get, set]
 Gets or sets the trusted store location. More...
 
string IssuersStoreLocation [get, set]
 Gets or sets the issuers store location. More...
 
IList< CertificateTypeCertificateTypes [get, set]
 Gets or sets the certificate types. More...
 

Detailed Description

Represents a certificate group used to manage the configuration of trust lists and certificates for an application.

Property Documentation

IList<CertificateType> UnifiedAutomation.UaBase.CertificateGroup.CertificateTypes
getset

Gets or sets the certificate types.

The certificate types.

string UnifiedAutomation.UaBase.CertificateGroup.IssuersStoreLocation
getset

Gets or sets the issuers store location.

The issuers store location.

string UnifiedAutomation.UaBase.CertificateGroup.Name
getset

Gets or sets the name when it appears in the server address space.

The name of the certificate group.

string UnifiedAutomation.UaBase.CertificateGroup.TrustedStoreLocation
getset

Gets or sets the trusted store location.

The trusted store location.


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