OAuthUtility GetTimeStamp Method Nemiro.OAuth
Generate timestamp for a signature (only for OAuth 1.0).

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static string GetTimeStamp()

Return Value

Type: String
Remarks

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