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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Implementations.NetSdk Namespace > NetSdkEasyUAClientApplication Class : BinaryDecodeTrustList Method
The stream containing binary encoded trust lists.
Infrastructure. Decodes trust lists from a binary stream.
Syntax
'Declaration
 
Protected Overrides NotOverridable Function BinaryDecodeTrustList( _
   ByVal stream As Stream _
) As UATrustListDataType
'Usage
 
Dim instance As NetSdkEasyUAClientApplication
Dim stream As Stream
Dim value As UATrustListDataType
 
value = instance.BinaryDecodeTrustList(stream)
protected override UATrustListDataType BinaryDecodeTrustList( 
   Stream stream
)
protected:
UATrustListDataType^ BinaryDecodeTrustList( 
   Stream^ stream
) override 

Parameters

stream
The stream containing binary encoded trust lists.

Return Value

The trust lists decoded from the stream.
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 BinaryDecodeTrustList