Opc.Ua.Core
WriteAsymmetricMessageHeader(BinaryEncoder,UInt32,UInt32,String,X509Certificate2,X509Certificate2) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > WriteAsymmetricMessageHeader Method : WriteAsymmetricMessageHeader(BinaryEncoder,UInt32,UInt32,String,X509Certificate2,X509Certificate2) Method
Writes the asymmetric security header to the buffer.
Syntax
'Declaration
 
Protected Overloads Sub WriteAsymmetricMessageHeader( _
   ByVal encoder As BinaryEncoder, _
   ByVal messageType As UInteger, _
   ByVal secureChannelId As UInteger, _
   ByVal securityPolicyUri As String, _
   ByVal senderCertificate As X509Certificate2, _
   ByVal receiverCertificate As X509Certificate2 _
) 
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim encoder As BinaryEncoder
Dim messageType As UInteger
Dim secureChannelId As UInteger
Dim securityPolicyUri As String
Dim senderCertificate As X509Certificate2
Dim receiverCertificate As X509Certificate2
 
instance.WriteAsymmetricMessageHeader(encoder, messageType, secureChannelId, securityPolicyUri, senderCertificate, receiverCertificate)

Parameters

encoder
messageType
secureChannelId
securityPolicyUri
senderCertificate
receiverCertificate
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
Overload List