QuickOPC User's Guide and Reference
AddTrustList Method (NetSdkEasyUAClientApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Implementations.NetSdk Namespace > NetSdkEasyUAClientApplication Class : AddTrustList Method
Certificates and CRLs to be added to the application.
Infrastructure. Adds trust lists to the application.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub AddTrustList( _
   ByVal trustList As UATrustListDataType _
) 
'Usage
 
Dim instance As NetSdkEasyUAClientApplication
Dim trustList As UATrustListDataType
 
instance.AddTrustList(trustList)
protected override void AddTrustList( 
   UATrustListDataType trustList
)
protected:
void AddTrustList( 
   UATrustListDataType^ trustList
) override 

Parameters

trustList
Certificates and CRLs to be added to the application.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

NetSdkEasyUAClientApplication Class
NetSdkEasyUAClientApplication Members
Base Implementation in AddTrustList