An OAuth Consumer for .NET 2.0
OAuthPrincipal Constructor (name, scope)
NamespacesExtremeSwank.OAuthOAuthPrincipalOAuthPrincipal(String, array<String>[]()[])
Creates a new instance of OAuthPrincipal.
Declaration Syntax
C#Visual BasicVisual C++
public OAuthPrincipal(
	string name,
	string[] scope
)
Public Sub New ( _
	name As String, _
	scope As String() _
)
public:
OAuthPrincipal(
	String^ name, 
	array<String^>^ scope
)
Parameters
name (String)
Name of the user account.
scope (array< String >[]()[])
Scope of the credentials. A list of site-specific operations that these credentials can perform.

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