Returns true if the input document stream's digital signatures are all valid, false otherwise.
'Declaration
Public Overloads Shared Function AreSignaturesValid( _
ByVal As Stream _
) As Boolean
'Usage
Dim inputStream As Stream
Dim value As Boolean
value = DocX.AreSignaturesValid(inputStream)
public static bool AreSignaturesValid(
Stream
)
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.
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