EasyUA Reference
CertificateTrustList Class
Members  See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : CertificateTrustList Class

Glossary Item Box

A list of trusted certificates.

Object Model

CertificateTrustList ClassCertificateIdentifierCollection ClassCertificateIdentifier Class

Syntax

Visual Basic (Usage)Copy Code
Dim instance As CertificateTrustList
C# 
[DataContractAttribute(Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", IsNamespaceSetExplicitly=true)]
public class CertificateTrustList : CertificateStoreIdentifier 

Remarks

Administrators can create a list of trusted certificates by designating all certificates in a particular certificate store as trusted and/or by explictly specifying a list of individual certificates. A trust list can contain either instance certificates or certification authority certificates. If the list contains instance certificates the application will trust peers that use the instance certificate (provided the ApplicationUri and HostName match the certificate). If the list contains certification authority certificates then the application will trust peers that have certificates issued by one of the authorities. Any certificate could be revoked by the issuer (CAs may issue certificates for other CAs). The RevocationMode specifies whether this check should be done each time a certificate in the list are used.

Inheritance Hierarchy

System.Object
   Opc.Ua.CertificateStoreIdentifier
      Opc.Ua.CertificateTrustList

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.