.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaSchema.EndpointConfiguration Class Reference

More...

Public Attributes

ICertificate Certificate
 The certificate to use for the endpoint. More...
 
ICertificateStore TrustedStore
 The trust list to use for the endpoint. More...
 
ICertificateStore IssuerStore
 The issuers list to use for the endpoint. More...
 
ICertificateValidator CertificateValidator
 The certificate validator to use with the endpoint. More...
 

Properties

string NetworkInterface [get, set]
 
bool DisableNoSecurity [get, set]
 
bool EnableSignOnly [get, set]
 
bool DisableSignAndEncrypt [get, set]
 
bool EnableXmlEncoding [get, set]
 
string NoSecurityUserSecurityPolicy [get, set]
 
string ApplicationCertificateStore [get, set]
 
string ApplicationCertificateSubjectName [get, set]
 
string ApplicationCertificateThumbprint [get, set]
 
string TrustedCertificateStore [get, set]
 
string IssuerCertificateStore [get, set]
 
bool DisableIncludeChains [get, set]
 
uint MaxSecureChannelCount [get, set]
 
CertificateConfiguration CertificateConfiguration [get, set]
 
string EndpointUrl [get, set]
 

Detailed Description

Stores the settings associated with an endpoint.

Member Data Documentation

ICertificate UnifiedAutomation.UaSchema.EndpointConfiguration.Certificate

The certificate to use for the endpoint.

ICertificateValidator UnifiedAutomation.UaSchema.EndpointConfiguration.CertificateValidator

The certificate validator to use with the endpoint.

ICertificateStore UnifiedAutomation.UaSchema.EndpointConfiguration.IssuerStore

The issuers list to use for the endpoint.

ICertificateStore UnifiedAutomation.UaSchema.EndpointConfiguration.TrustedStore

The trust list to use for the endpoint.


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