Opc.Ua.Core
GetCipherTextBlockSize Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : GetCipherTextBlockSize Method
Returns the cipher text block size for key in the specified certificate.
Syntax
'Declaration
 
Protected Function GetCipherTextBlockSize( _
   ByVal receiverCertificate As X509Certificate2 _
) As Integer
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim receiverCertificate As X509Certificate2
Dim value As Integer
 
value = instance.GetCipherTextBlockSize(receiverCertificate)
protected int GetCipherTextBlockSize( 
   X509Certificate2 receiverCertificate
)
protected:
int GetCipherTextBlockSize( 
   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