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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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