Utility code for OAuth authentication.
public static class OAuthUtility
| name | description |
|---|---|
| static CreateAuthorizationHeaderValue(…) | Create OAuth authentication header. (4 methods) |
| static CreateHmacSha1AuthorizationHeaderValue(…) | Create OAuth authentication header using the HMACSHA1 signature method. (4 methods) |
| static CreateHmacSha1Signature(…) | Create OAuth signature using the HMACSHA1 signature method. (4 methods) |
| static CreateHmacSha1Uri(…) | Create uri to use with an OAuth authentication header created using the HMACSHA1 signature method. (4 methods) |
| static CreatePlainTextSignature(…) | Create OAuth signature using the PLAINTEXT signature method. |