Discuss this help topic in SecureBlackbox Forum
Specifies signature inception date.
Declaration
[VB.NET]
Property Inception As DateTime
[Pascal]
property Inception : TDateTime;
[C++]
int64_t get_Inception();
void set_Inception(int64_t Value);
[PHP]
DateTime get_Inception()
void set_Inception(DateTime $Value)
[Java]
Date getInception();
void setInception(Date Value);
Description
This property, together with
Expiration,
describes signature validity period.
Discuss this help topic in SecureBlackbox Forum