OAuthUtility.CreateHmacSha1Uri method (1 of 4)

Create uri to use with an OAuth authentication header created using the HMACSHA1 signature method.

public static Uri CreateHmacSha1Uri(Uri uri, string httpMethod, string consumerToken, 
    string consumerSecret)

See Also


OAuthUtility.CreateHmacSha1Uri method (2 of 4)

Create uri to use with an OAuth authentication header created using the HMACSHA1 signature method.

public static Uri CreateHmacSha1Uri(Uri uri, string httpMethod, string consumerToken, 
    string consumerSecret, string callback)

See Also


OAuthUtility.CreateHmacSha1Uri method (3 of 4)

Create uri to use with an OAuth authentication header created using the HMACSHA1 signature method.

public static Uri CreateHmacSha1Uri(Uri uri, string httpMethod, string consumerToken, 
    string consumerSecret, string accessToken, string accessSecret)

See Also


OAuthUtility.CreateHmacSha1Uri method (4 of 4)

Create uri to use with an OAuth authentication header created using the HMACSHA1 signature method.

public static Uri CreateHmacSha1Uri(Uri uri, string httpMethod, string consumerToken, 
    string consumerSecret, string temporaryToken, string temporarySecret, string verifier)

See Also