Opc.Ua.Core
Certificates Property



Opc.Ua.Security Namespace > CertificateList Class : Certificates Property
Syntax
'Declaration
 
<DataMemberAttribute(False)>
Public Property Certificates As ListOfCertificateIdentifier
'Usage
 
Dim instance As CertificateList
Dim value As ListOfCertificateIdentifier
 
instance.Certificates = value
 
value = instance.Certificates
[DataMember(false)]
public ListOfCertificateIdentifier Certificates {get; set;}
[DataMember(false)]
public:
property ListOfCertificateIdentifier^ Certificates {
   ListOfCertificateIdentifier^ get();
   void set (    ListOfCertificateIdentifier^ 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

CertificateList Class
CertificateList Members