VaultElectronicSignatureOperations is an interface for working with electronic signatures.
AddEmptySignature | Adds an empty placeholder for the specified signature. If the specified signature already exists, it is not replaced. |
AddEmptySignatures | Adds empty placeholders for all signatures. Existing signatures are not replaced. |
DisconnectSignature | Disconnects the specified signature from the object. Valid signatures are marked invalid as they get disconnected. |
DisconnectSignatureEx | Disconnects the specified signature from the object. Valid signatures are optionally marked invalid as they get disconnected. |
DisconnectSignatures | Disconnects all signatures from the object. Valid signatures are marked invalid as they get disconnected. |
DisconnectSignaturesEx | Disconnects all signatures from the object. Valid signatures are optionally marked invalid as they get disconnected. |