Signature.AttachCertificate Property

Determine if the digital certificate that corresponds to the specified Signature object is attached to the document.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property AttachCertificate As Boolean
    Get
    Set
'Usage
Dim instance As Signature
Dim value As Boolean

value = instance.AttachCertificate

instance.AttachCertificate = value
bool AttachCertificate { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if the digital certificate that corresponds to the specified Signature object is attached to the document; False if the signature is not attached to the document.

See Also

Reference

Signature Interface

Signature Members

Microsoft.Office.Core Namespace