Xceed Words for .NET v5.0 Documentation
Xceed.Words.NET Assembly / Xceed.Words.NET Namespace / DocX Class / GetSignatures Method / GetSignatures(String) Method
The path of the document. Used to retrieve the digital signatures.


In This Topic
    GetSignatures(String) Method
    In This Topic
    Returns the digital signatures of the input document.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetSignatures( _
       ByVal inputFileName As String _
    ) As List(Of DigitalSignature)
    'Usage
     
    Dim inputFileName As String
    Dim value As List(Of DigitalSignature)
     
    value = DocX.GetSignatures(inputFileName)
    public static List<DigitalSignature> GetSignatures( 
       string inputFileName
    )

    Parameters

    inputFileName
    The path of the document. Used to retrieve the digital signatures.

    Return Value

    The list of Digital signatures found in the input document.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also