Discuss this help topic in SecureBlackbox Forum
Specifies the time at which the signer performed the signing process.
Declaration
[VB.NET]
Property SignedTime As String
[Pascal]
property SignedTime: WideString;
[C++]
void get_SignedTime(sb_u16string &OutResult);
void get_SignedTime(std::wstring &OutResult);
void set_SignedTime(const sb_u16string &Value);
void set_SignedTime(const std::wstring &Value);
[PHP]
string get_SignedTime()
void set_SignedTime(string $Value)
[Java]
String getSignedTime();
void setSignedTime(String Value);
Description
Use this property to get or set the time at which the signer performed the signing process.
Discuss this help topic in SecureBlackbox Forum