Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / SigningDateTime Property

In This Topic
    SigningDateTime Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property SigningDateTime As System.Nullable(Of Date)
    public System.Nullable<DateTime> SigningDateTime {get; set;}
    See Also