Click or drag to resize
SignDocSignatureParameterssetRSA Method
Set an object which will compute an RSA signature. By default, RSA signatures are computed internally which means that the private key must be available on this machine. Requirements for integer parameters: - GenerateKeyPair must not be set - SelectCertificate must be zero (which is the default value) . Requirements for blob parameters: - Certificate must not be set - CertificatePrivateKey must not be set .

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setRSA(
	SignRSAWrapper rsa
)

Parameters

rsa
Type: de.softpro.signdocsdkSignRSAWrapper
The object that will compute the RSA signature.

Return Value

Type: 
#rc_ok if successful.
See Also