Opc.Ua.Core
Encrypt(ChannelToken,ArraySegment<Byte>,Boolean) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > Encrypt Method : Encrypt(ChannelToken,ArraySegment<Byte>,Boolean) Method
Decrypts the data in a buffer using symmetric encryption.
Syntax
'Declaration
 
Protected Overloads Sub Encrypt( _
   ByVal token As ChannelToken, _
   ByVal dataToEncrypt As ArraySegment(Of Byte), _
   ByVal useClientKeys As Boolean _
) 
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim token As ChannelToken
Dim dataToEncrypt As ArraySegment(Of Byte)
Dim useClientKeys As Boolean
 
instance.Encrypt(token, dataToEncrypt, useClientKeys)

Parameters

token
dataToEncrypt
useClientKeys
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