SignatureSet.AddNonVisibleSignature(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a signature packet when digitally signing a document.
public Microsoft.Office.Core.Signature AddNonVisibleSignature (object varSigProv);
abstract member AddNonVisibleSignature : obj -> Microsoft.Office.Core.Signature
Public Function AddNonVisibleSignature (Optional varSigProv As Object) As Signature
Parameters
- varSigProv
- Object
Represents the ID of the signature provider.
Returns
Remarks
To provide an entry point to trigger this method, you need to create a user interface with the signature provider add-in. This entry point is typically provided to the user as a menu option.