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.dll
Syntax
public enum OAuth1SignatureTypes
Fields
| Improve this Doc View SourceHMacSha1
Hash-based Message Authentication Code (HMAC) using the SHA1 hash function.
Declaration
HMacSha1 = 0
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.
Declaration
PlainText = 1
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)
Declaration
RsaSha1 = 2