Click or drag to resize

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
)

Parameters

stream
Type: System.IO Stream
The Doc/Docx stream.

Return Value

Type: Boolean
True if exists; otherwise, false.
See Also