Enum OAuth1SignatureTypes
Provides a predefined set of algorithms that are supported officially by the OAuth 1.x protocol
Namespace: Dapplo.HttpExtensions.OAuth
Assembly: Dapplo.HttpExtensions.OAuth.dll
Syntax
public enum OAuth1SignatureTypes
Fields
Name | Description |
---|---|
HMacSha1 | Hash-based Message Authentication Code (HMAC) using the SHA1 hash function. |
PlainText | The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS. It does not use the Signature Base String. |
RsaSha1 | RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in [RFC3447] section 8.2 (more simply known as PKCS#1) |