Xceed Words for .NET v3.0 Documentation
AreSignaturesValid(String) Method


Xceed.Words.NET Assembly > Xceed.Words.NET Namespace > DocX Class > AreSignaturesValid Method : AreSignaturesValid(String) Method
The path of the document. Used to validate its digital signatures.
Returns true if the input document's digital signatures are all valid, false otherwise.
Syntax
'Declaration
 
Public Overloads Shared Function AreSignaturesValid( _
   ByVal inputFileName As String _
) As Boolean
'Usage
 
Dim inputFileName As String
Dim value As Boolean
 
value = DocX.AreSignaturesValid(inputFileName)
public static bool AreSignaturesValid( 
   string inputFileName
)

Parameters

inputFileName
The path of the document. Used to validate its digital signatures.

Return Value

True if all the digital signatures contained in the input document are valid, false otherwise.
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

Reference

DocX Class
DocX Members
Overload List