QuickOPC User's Guide and Reference
CertificateManagementClient Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientApplication Class : CertificateManagementClient Property
Infrastructure. The OPC UA certificate management used for application's operations.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected ReadOnly Property CertificateManagementClient As IEasyUACertificateManagementClient
'Usage
 
Dim instance As AbstractEasyUAClientApplication
Dim value As IEasyUACertificateManagementClient
 
value = instance.CertificateManagementClient
[NotNull()]
protected IEasyUACertificateManagementClient CertificateManagementClient {get;}
[NotNull()]
protected:
property IEasyUACertificateManagementClient^ CertificateManagementClient {
   IEasyUACertificateManagementClient^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also