EasyUA Reference
GetPlainTextBlockSize Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > RsaUtils Class : GetPlainTextBlockSize Method

encryptingCertificate
useOaep

Glossary Item Box

Return the plaintext block size for RSA OAEP encryption.

Syntax

Visual Basic (Usage)Copy Code
Dim encryptingCertificate As X509Certificate2
Dim useOaep As Boolean
Dim value As Integer
 
value = RsaUtils.GetPlainTextBlockSize(encryptingCertificate, useOaep)
C# 
public static int GetPlainTextBlockSize( 
   X509Certificate2 encryptingCertificate,
   bool useOaep
)

Parameters

encryptingCertificate
useOaep

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.