Signature.AttachCertificate Property

Definition

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

public:
 property bool AttachCertificate { bool get(); void set(bool value); };
public bool AttachCertificate { get; set; }
member this.AttachCertificate : bool with get, set
Public Property AttachCertificate As Boolean

Property Value

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.

Applies to