An OAuth Consumer for .NET 2.0
ConsumerRegistration Class
NamespacesExtremeSwank.OAuthConsumerRegistration
Represents an OAuth consumer that is registered with the OAuth service provider.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class ConsumerRegistration
<SerializableAttribute> _
Public Class ConsumerRegistration
[SerializableAttribute]
public ref class ConsumerRegistration
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.)
Inheritance Hierarchy
Object
ConsumerRegistration

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)