| ProviderCreatePreparedSignature Method |
Create a configuration to prepare a signature for an external signature handler
This method is part of a very specialized use case requiring an external signature handler.
The process using an external signature handler is:
Namespace: PdfTools.Crypto.Providers.BuiltInAssembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax public SignatureConfiguration CreatePreparedSignature(
int size,
string format,
string name
)
Parameters
- size Int32
-
The expected size of the cryptographic signature that will be added later.
This is the number of bytes that will be reserved in the prepared signature.
- format String
-
The format (SubFilter) of the cryptographic signature that is added later.
For example, "adbe.pkcs7.detached" or "ETSI.CAdES.detached".
- name String
-
The name of the signer of the cryptographic signature that will be added later.
Return Value
SignatureConfigurationExceptions Exception | Condition |
---|
ArgumentNullException | if format is . |
ArgumentNullException | if name is . |
See Also