Opc.Ua.Core
SoftwareCertificates Property



Opc.Ua Namespace > ServerProperties Class : SoftwareCertificates Property
The software certificates granted to the server.
Syntax
'Declaration
 
Public ReadOnly Property SoftwareCertificates As SignedSoftwareCertificateCollection
'Usage
 
Dim instance As ServerProperties
Dim value As SignedSoftwareCertificateCollection
 
value = instance.SoftwareCertificates
public SignedSoftwareCertificateCollection SoftwareCertificates {get;}
public:
property SignedSoftwareCertificateCollection^ SoftwareCertificates {
   SignedSoftwareCertificateCollection^ get();
}
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

ServerProperties Class
ServerProperties Members