Click or drag to resize
ISignRSAgetSignatureSize Method
Get the size of the signature that will be computed by sign().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
int getSignatureSize()

Return Value

Type: Int32
The size in octets of the signature that will be computed by sign() (ie, the size of the private key in octets) or a negative value on error.
See Also