An OAuth Consumer for .NET 2.0
GetCredentials Method (requestorId, arguments)
NamespacesExtremeSwank.OAuthOAuthClientGetCredentials(String, NameValueCollection)
Get an ICredentials object for two-legged OAuth authentication.
Declaration Syntax
C#Visual BasicVisual C++
public ICredentials GetCredentials(
	string requestorId,
	NameValueCollection arguments
)
Public Function GetCredentials ( _
	requestorId As String, _
	arguments As NameValueCollection _
) As ICredentials
public:
ICredentials^ GetCredentials(
	String^ requestorId, 
	NameValueCollection^ arguments
)
Parameters
requestorId (String)
Name of the account to access.
arguments (NameValueCollection)
Optional additional authentication arguments.
Return Value
Populated ICredentials object.

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