Represents an OAuth consumer that is registered with the OAuth service provider.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class ConsumerRegistration
<SerializableAttribute> _ Public Class ConsumerRegistration
[SerializableAttribute] public ref class ConsumerRegistration
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ConsumerRegistration(String, String, X509Certificate2) |
Creates a new instance of ConsumerRegistration.
| |
| ConsumerRegistration(String, String) |
Creates a new instance of ConsumerRegistration.
| |
| ConsumerKey |
Key for the Consumer. Typically the registered FQDN, or an account name.
| |
| ConsumerSecret |
A unique, randomized value. Use OAuthServer.GenerateRandomValue() to ensure
the value is secure.
| |
| Equals(Object) | (Inherited from Object.) | |
| Export()()() |
Serialize the object to a string that can be used
to restore the object at a later time.
| |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| MemberwiseClone()()() | (Inherited from Object.) | |
| Restore(String) |
Re-build a ConsumerRegistration object using
serialized data from the object's Export method.
| |
| RsaCertificate |
The X509 certificate containing the public key to be used for RSA-SHA1 signature verification.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ConsumerRegistration | |