_Document.Signatures Property

Returns a SignatureSet object that represents the digital signatures for a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Signatures As SignatureSet
    Get
'Usage
Dim instance As _Document
Dim value As SignatureSet

value = instance.Signatures
SignatureSet Signatures { get; }

Property Value

Type: SignatureSet

Remarks

To digitally sign Microsoft Word documents and verify other signatures in them, you will need the Microsoft CryptoAPI and a unique digital signature certificate. The CryptoAPI is installed with Microsoft Internet Explorer 4.01 and higher. You can obtain a digital signature certificate from a certification authority.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace