Xceed Words for .NET v5.0 Documentation
Xceed.Words.NET Assembly / Xceed.Words.NET Namespace / DocX Class / AreSignaturesValid Method / AreSignaturesValid(Stream) Method
The path of the document stream. Used to validate its digital signatures.


In This Topic
    AreSignaturesValid(Stream) Method
    In This Topic
    Returns true if the input document stream's digital signatures are all valid, false otherwise.
    Syntax
    'Declaration
     
    Public Overloads Shared Function AreSignaturesValid( _
       ByVal inputStream As Stream _
    ) As Boolean
    'Usage
     
    Dim inputStream As Stream
    Dim value As Boolean
     
    value = DocX.AreSignaturesValid(inputStream)
    public static bool AreSignaturesValid( 
       Stream inputStream
    )

    Parameters

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

    Return Value

    True if the digital signatures contained in the input document stream are all 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