Signature |
public enum SignatureRemoval
Member name | Value | Description |
---|---|---|
None | 1 | Do not remove any signatures. |
Signed | 2 | Remove all signed signatures, but no unsigned signature fields. This lets you change the encryption parameters of signed input documents, e.g. to encrypt or decrypt them (see SignedDocEncryptionUnchanged). While the cryptographic parts of the signatures are removed, their visual appearances are preserved. |
All | 3 | Remove all signed (see Signed) and unsigned signature fields. |