Document
HasDigitalSignature Method (Stream)
|
Verifies the presence of a digital signature in the specified Doc/Docx stream.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public static bool HasDigitalSignature(
Stream stream
)
Public Shared Function HasDigitalSignature (
stream As Stream
) As Boolean
public:
static bool HasDigitalSignature(
Stream^ stream
)
static member HasDigitalSignature :
stream : Stream -> bool
Parameters
-
stream
-
Type:
System.IO
Stream
The Doc/Docx stream.
Return Value
Type:
Boolean
True if exists; otherwise, false.
See Also