EasyUA Reference
Decrypt(ArraySegment<Byte>,X509Certificate2,Boolean,ArraySegment<Byte>) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > RsaUtils Class > Decrypt Method : Decrypt(ArraySegment<Byte>,X509Certificate2,Boolean,ArraySegment<Byte>) Method

dataToDecrypt
encryptingCertificate
useOaep
outputBuffer

Glossary Item Box

Des the message using RSA OAEP encryption.

Syntax

Visual Basic (Usage)Copy Code
Dim dataToDecrypt As ArraySegment(Of Byte)
Dim encryptingCertificate As X509Certificate2
Dim useOaep As Boolean
Dim outputBuffer As ArraySegment(Of Byte)
Dim value As ArraySegment(Of Byte)
 
value = RsaUtils.Decrypt(dataToDecrypt, encryptingCertificate, useOaep, outputBuffer)

Parameters

dataToDecrypt
encryptingCertificate
useOaep
outputBuffer

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.