uaPLUS Reference
ReadAsymmetricMessage Method
See Also  Send Feedback
Opc.Ua.Bindings Namespace > TcpChannel Class : ReadAsymmetricMessage Method

buffer
receiverCertificate
channelId
senderCertificate
requestId
sequenceNumber

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Function ReadAsymmetricMessage( _
   ByVal buffer As ArraySegment(Of Byte), _
   ByVal receiverCertificate As X509Certificate2, _
   ByRef channelId As UInteger, _
   ByRef senderCertificate As X509Certificate2, _
   ByRef requestId As UInteger, _
   ByRef sequenceNumber As UInteger _
) As ArraySegment(Of Byte)
C# 
protected ArraySegment<byte> ReadAsymmetricMessage( 
   ArraySegment<byte> buffer,
   X509Certificate2 receiverCertificate,
   out uint channelId,
   out X509Certificate2 senderCertificate,
   out uint requestId,
   out uint sequenceNumber
)

Parameters

buffer
receiverCertificate
channelId
senderCertificate
requestId
sequenceNumber

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.