Opc.Ua.Core
TrustedCertificates Property (CertificateTrustList)



Opc.Ua Namespace > CertificateTrustList Class : TrustedCertificates Property
The list of trusted certificates.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=3)>
Public Property TrustedCertificates As CertificateIdentifierCollection
'Usage
 
Dim instance As CertificateTrustList
Dim value As CertificateIdentifierCollection
 
instance.TrustedCertificates = value
 
value = instance.TrustedCertificates
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=3)]
public CertificateIdentifierCollection TrustedCertificates {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=3)]
public:
property CertificateIdentifierCollection^ TrustedCertificates {
   CertificateIdentifierCollection^ get();
   void set (    CertificateIdentifierCollection^ value);
}

Property Value

The list of trusted certificates is set when TrustedCertificates is not a null value, otherwise new CertificateIdentifierCollection is set.
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 Class
CertificateTrustList Members