Opc.Ua.Core
TrustedPeerCertificates Property (SecuredApplication)



Opc.Ua.Security Namespace > SecuredApplication Class : TrustedPeerCertificates Property
A list of certificates trusted by the application.
Syntax
'Declaration
 
<ObsoleteAttribute("Replaced by TrustedCertificates")>
Public Property TrustedPeerCertificates As CertificateList
'Usage
 
Dim instance As SecuredApplication
Dim value As CertificateList
 
instance.TrustedPeerCertificates = value
 
value = instance.TrustedPeerCertificates
[Obsolete("Replaced by TrustedCertificates")]
public CertificateList TrustedPeerCertificates {get; set;}
[Obsolete("Replaced by TrustedCertificates")]
public:
property CertificateList^ TrustedPeerCertificates {
   CertificateList^ get();
   void set (    CertificateList^ value);
}
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

SecuredApplication Class
SecuredApplication Members