Gets signature for the current request.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- httpMethod
- Type: System String
The HTTP method: GET or POST. Default is POST.
- url
- Type: System Uri
The request URI.
- applicationSecret
- Type: System String
The application secret key obtained from the provider website.
- tokenSecret
- Type: System String
The token secret.
- parameters
- Type: System.Collections.Specialized NameValueCollection
The query parameters.
- authorization
- Type: Nemiro.OAuth OAuthAuthorization
The authorization parameters.
Return Value
Type: OAuthSignatureSee Also