Click or drag to resize
SignerSign Method (String, Uri, Parameters)

[This is preliminary documentation and is subject to change.]

Signs parameters.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public IEnumerable<KeyValuePair<string, string>> Sign(
	string httpMethod,
	Uri requestUri,
	Parameters parameters
)

Parameters

httpMethod
Type: SystemString
HTTP method.
requestUri
Type: SystemUri
Request URI.
parameters
Type: OAuthParameters
Unsigned parameters.

Return Value

Type: IEnumerableKeyValuePairString, String
Signed parameters.
See Also