Xceed Words for .NET v3.0 Documentation
GetSignatures(Stream) Method


Xceed.Words.NET Assembly > Xceed.Words.NET Namespace > DocX Class > GetSignatures Method : GetSignatures(Stream) Method
The path of the document stream. Used to retrieve the digital signatures.
Returns the digital signatures of the input document stream.
Syntax
'Declaration
 
Public Overloads Shared Function GetSignatures( _
   ByVal inputStream As Stream _
) As List(Of DigitalSignature)
'Usage
 
Dim inputStream As Stream
Dim value As List(Of DigitalSignature)
 
value = DocX.GetSignatures(inputStream)
public static List<DigitalSignature> GetSignatures( 
   Stream inputStream
)

Parameters

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

Return Value

The list of Digital signatures found in the input document stream.
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