Signature.SignDate 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.
Returns an Object representing the date and time that the digital certificate corresponding to the Signature object was attached to the document.
public:
property System::Object ^ SignDate { System::Object ^ get(); };
public object SignDate { get; }
member this.SignDate : obj
Public ReadOnly Property SignDate As Object