OAuthUtility.CreateHmacSha1AuthorizationHeaderValue method (1 of 4)

Create OAuth authentication header using the HMACSHA1 signature method.

public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod, 
    string consumerToken, string consumerSecret, INonceCreator? nonceCreator = null, 
    ISystemTime? systemTime = null)

See Also


OAuthUtility.CreateHmacSha1AuthorizationHeaderValue method (2 of 4)

Create OAuth authentication header using the HMACSHA1 signature method.

public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod, 
    string consumerToken, string consumerSecret, string callback, 
    INonceCreator? nonceCreator = null, ISystemTime? systemTime = null)

See Also


OAuthUtility.CreateHmacSha1AuthorizationHeaderValue method (3 of 4)

Create OAuth authentication header using the HMACSHA1 signature method.

public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod, 
    string consumerToken, string consumerSecret, string accessToken, string accessSecret, 
    INonceCreator? nonceCreator = null, ISystemTime? systemTime = null)

See Also


OAuthUtility.CreateHmacSha1AuthorizationHeaderValue method (4 of 4)

Create OAuth authentication header using the HMACSHA1 signature method.

public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod, 
    string consumerToken, string consumerSecret, string temporaryToken, string temporarySecret, 
    string verifier, INonceCreator? nonceCreator = null, ISystemTime? systemTime = null)

See Also