QuickOPC User's Guide and Reference
SoftwareCertificates Property (UAClientApplicationParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientApplicationParameters Class : SoftwareCertificates Property
Infrastructure. Not supported yet.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
<XmlIgnoreAttribute()>
Public ReadOnly Property SoftwareCertificates As PkiCertificateCollection
'Usage
 
Dim instance As UAClientApplicationParameters
Dim value As PkiCertificateCollection
 
instance.SoftwareCertificates = value
 
value = instance.SoftwareCertificates
[ElementsNotNull()]
[NotNull()]
[XmlIgnore()]
public PkiCertificateCollection SoftwareCertificates {get;}
[ElementsNotNull()]
[NotNull()]
[XmlIgnore()]
public:
property PkiCertificateCollection^ SoftwareCertificates {
   PkiCertificateCollection^ get();
}
Remarks

In order to obtain or modify this parameter, access the UAClientEngineParameters.ApplicationParameters property of EasyUASharedParameters.EngineParameters property of static OpcLabs.EasyOpc.UA.EasyUAClient.SharedParameters.

Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

UAClientApplicationParameters Class
UAClientApplicationParameters Members