Opc.Ua.Core
TrustedIssuerCertificates Property (SecuredApplication)



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