uaPLUS Reference
Encrypt(ArraySegment<Byte>,X509Certificate2,Boolean,ArraySegment<Byte>) Method
See Also  Send Feedback
Opc.Ua Namespace > RsaUtils Class > Encrypt Method : Encrypt(ArraySegment<Byte>,X509Certificate2,Boolean,ArraySegment<Byte>) Method

dataToEncrypt
encryptingCertificate
useOaep
outputBuffer

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Encrypt( _
   ByVal dataToEncrypt As ArraySegment(Of Byte), _
   ByVal encryptingCertificate As X509Certificate2, _
   ByVal useOaep As Boolean, _
   ByVal outputBuffer As ArraySegment(Of Byte) _
) As ArraySegment(Of Byte)

Parameters

dataToEncrypt
encryptingCertificate
useOaep
outputBuffer

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.