uaPLUS Reference
Verify(TcpChannelToken,Byte[],ArraySegment<Byte>,Boolean) Method
See Also  Send Feedback
Opc.Ua.Bindings Namespace > TcpChannel Class > Verify Method : Verify(TcpChannelToken,Byte[],ArraySegment<Byte>,Boolean) Method

token
signature
dataToVerify
useClientKeys

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overloads Function Verify( _
   ByVal token As TcpChannelToken, _
   ByVal signature() As Byte, _
   ByVal dataToVerify As ArraySegment(Of Byte), _
   ByVal useClientKeys As Boolean _
) As Boolean
C# 
protected bool Verify( 
   TcpChannelToken token,
   byte[] signature,
   ArraySegment<byte> dataToVerify,
   bool useClientKeys
)

Parameters

token
signature
dataToVerify
useClientKeys

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.