Opc.Ua.Core
ReadAsymmetricMessage Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : ReadAsymmetricMessage Method
Processes an OpenSecureChannel request message.
Syntax
'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)
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim buffer As ArraySegment(Of Byte)
Dim receiverCertificate As X509Certificate2
Dim channelId As UInteger
Dim senderCertificate As X509Certificate2
Dim requestId As UInteger
Dim sequenceNumber As UInteger
Dim value As ArraySegment(Of Byte)
 
value = instance.ReadAsymmetricMessage(buffer, receiverCertificate, channelId, senderCertificate, requestId, sequenceNumber)

Parameters

buffer
receiverCertificate
channelId
senderCertificate
requestId
sequenceNumber
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members