Discuss this help topic in SecureBlackbox Forum
Specifies the expiration time for the associated signature.
Declaration
[C#]
DateTime ExpiryTime;
[VB.NET]
Property ExpiryTime As DateTime
[Pascal]
property ExpiryTime : TDateTime;
[C++]
int64_t get_ExpiryTime();
void set_ExpiryTime(int64_t Value);
[PHP]
DateTime get_ExpiryTime()
void set_ExpiryTime(DateTime $Value)
[Java]
Date getExpiryTime();
void setExpiryTime(Date Value);
Description
Use this property to specify the expiration time for the associated shared access signature.
Discuss this help topic in SecureBlackbox Forum