Signature.AttachCertificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.