Opc.Ua.Core
GetPlainTextBlockSize Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : GetPlainTextBlockSize Method
Returns the plain text block size for key in the specified certificate.
Syntax
'Declaration
 
Protected Function GetPlainTextBlockSize( _
   ByVal receiverCertificate As X509Certificate2 _
) As Integer
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim receiverCertificate As X509Certificate2
Dim value As Integer
 
value = instance.GetPlainTextBlockSize(receiverCertificate)
protected int GetPlainTextBlockSize( 
   X509Certificate2 receiverCertificate
)
protected:
int GetPlainTextBlockSize( 
   X509Certificate2^ receiverCertificate
) 

Parameters

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