| 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 string parameters :
- GenerateECCKeyPair must not be set.
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
setECDSA() and setPKCS7() must not have been called
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic 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