Opc.Ua.Core
CertificateTrustList Class
Members 



Opc.Ua Namespace : CertificateTrustList Class
A list of trusted certificates.
Object Model
CertificateTrustList ClassCertificateIdentifierCollection ClassCertificateIdentifier Class
Syntax
'Declaration
 
<DataContractAttribute("http://opcfoundation.org/UA/SDK/Configuration.xsd")>
Public Class CertificateTrustList 
   Inherits CertificateStoreIdentifier
'Usage
 
Dim instance As CertificateTrustList
[DataContract("http://opcfoundation.org/UA/SDK/Configuration.xsd")]
public class CertificateTrustList : CertificateStoreIdentifier 
[DataContract("http://opcfoundation.org/UA/SDK/Configuration.xsd")]
public ref class CertificateTrustList : public 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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CertificateTrustList Members
Opc.Ua Namespace