.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaSchema.CertificateCheckSettings Class Reference

More...

Public Member Functions

void BuildIndex ()
 Indexes the certificate settings by thumbprint. More...
 
SingleCertificateCheckSettings Find (string thumbprint)
 Finds the certificate settings for the specified thumbprint. More...
 

Properties

SingleCertificateCheckSettings Default [get, set]
 
SingleCertificateCheckSettings[] Certificate [get, set]
 
Dictionary< string,
UaSchema.SingleCertificateCheckSettings
PerCertificateSettings [get, set]
 Dictionary for optimized access to list of certificates with certificate validation overwrites. More...
 

Detailed Description

Member Function Documentation

void UnifiedAutomation.UaSchema.CertificateCheckSettings.BuildIndex ( )
inline

Indexes the certificate settings by thumbprint.

SingleCertificateCheckSettings UnifiedAutomation.UaSchema.CertificateCheckSettings.Find ( string  thumbprint)
inline

Finds the certificate settings for the specified thumbprint.

Parameters
thumbprintThe thumbprint.
Returns
The certificate settings for the thumbprint.

Property Documentation

Dictionary<string, UaSchema.SingleCertificateCheckSettings> UnifiedAutomation.UaSchema.CertificateCheckSettings.PerCertificateSettings
getset

Dictionary for optimized access to list of certificates with certificate validation overwrites.


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