| OAuth.Security Namespace |
[This is preliminary documentation and is subject to change.]
| Class | Description | |
|---|---|---|
| HMACSHA1Signature |
OAuth HMAC-SHA1 Signature algorithm.
| |
| MacSignature |
Base class for OAuth Signature algorithms using an IMac.
| |
| RSASHA1Signature |
OAuth RSA-SHA1 Signature algorithm.
| |
| SecureNonce |
OAuth Nonce generator using SecureRandom.
| |
| SignerSignatureBase |
Base class for OAuth Signature algorithms using an ISigner.
|