EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageSigner.SigningTime

TElMessageSigner     See also    


 

    Returns the value of the SigningTime attribute.

 
 

Declaration

[C#]
    DateTime SigningTime;

[VB.NET]
    Property SigningTime As DateTime

[Pascal]
    property SigningTime : TDateTime;

[VB6]
    Property IElMessageSignerX.SigningTime As DateTime

[ActiveX]
    HRESULT _stdcall IElMessageSignerX.SigningTime([out, retval] DATE * Value );
    HRESULT _stdcall IElMessageSignerX.SigningTime([in] DATE Value );

[DLL]
    not available;
 
 

Description

    Use this property to specify a value of the SigningTime attribute. The date and time are stored and retrieved in Universal Coordinate Time (UTC). If the value of this property is 0, the attribute is adjusted according to the current time.
Note, that soInsertSigningTime flag of the SigningOptions should be enabled in order to make TElMessageSigner write the SigningTime attribute.

 
 

See also:     SigningOptions    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation