| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setRSA(
SignRSAWrapper rsa
)
Public Sub setRSA (
rsa As SignRSAWrapper
)
public:
void setRSA(
SignRSAWrapper^ rsa
)
member setRSA :
rsa : SignRSAWrapper -> unit
Parameters
- rsa
- Type: de.softpro.signdocsdkSignRSAWrapper
The object that will compute the RSA signature.
Return Value
Type:
#rc_ok if successful.
See Also