[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SignatureProperties.SigningDateTime

SigningDateTime Property

SigningDateTime

Gets or sets the time of signing.

NOTE: This value is used only if the time of signing is not available in the signature. For example, a time stamp can be embedded in a PKCS#7 binary data object.

By default this property is initialized with the current date and time.

Declaration
public DateTime? SigningDateTime { get; set; }
Public Property SigningDateTime As Date?