Generate timestamp for a signature (only for OAuth 1.0).
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Return Value
Type: StringRemarks
The timestamp value MUST be a positive integer. Unless otherwise specified by the server's documentation, the timestamp is expressed in the number of seconds since January 1, 1970 00:00:00 GMT.
For more details, please see: http://tools.ietf.org/html/rfc5849#section-3.3
See Also