public GenerateAuthzHeader ( string uri, string method ) : string | ||
uri | string | |
method | string | |
return | string |
This method assembles the available oauth_ parameters that have been set in the Dictionary in this instance, produces the signature base (As described by the OAuth spec, RFC 5849), signs it, then re-formats the oauth_ parameters into the appropriate form, including the oauth_signature value, and returns the result.
public GenerateAuthzHeader ( string uri, string method ) : string | ||
uri | string | |
method | string | |
return | string |