Opc.Ua.Core
GetAsymmetricSignatureSize Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : GetAsymmetricSignatureSize Method
Calculates the size of the footer with an asymmetric signature.
Syntax
'Declaration
 
Protected Function GetAsymmetricSignatureSize( _
   ByVal senderCertificate As X509Certificate2 _
) As Integer
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim senderCertificate As X509Certificate2
Dim value As Integer
 
value = instance.GetAsymmetricSignatureSize(senderCertificate)
protected int GetAsymmetricSignatureSize( 
   X509Certificate2 senderCertificate
)
protected:
int GetAsymmetricSignatureSize( 
   X509Certificate2^ senderCertificate
) 

Parameters

senderCertificate
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