 | 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.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
Syntaxpublic 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
SignatureConfiguration
ExceptionsException | Condition |
---|
ArgumentNullException | if format is . |
ArgumentNullException | if name is . |
See Also