Creates a new instance of ConsumerRegistration.

Declaration Syntax
public ConsumerRegistration(
string consumerKey,
string consumerSecret
)
Public Sub New ( _
consumerKey As String, _
consumerSecret As String _
)
public:
ConsumerRegistration(
String^ consumerKey,
String^ consumerSecret
)

Parameters
- consumerKey (String)
- Key for the Consumer. Typically the registered FQDN, or an account name.
- consumerSecret (String)
- A unique, randomized value. Use OAuthServer.GenerateRandomValue() to ensure the value is secure.
Assembly:
ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)