Yammer.Net Documented Class Library
OAuthKey Constructor (consumerKey, consumerSecret, tokenKey, tokenSecret)
NamespacesOAuthOAuthKeyOAuthKey(String, String, String, String)
Declaration Syntax
C#Visual BasicVisual C++
public OAuthKey(
	string consumerKey,
	string consumerSecret,
	string tokenKey,
	string tokenSecret
)
Public Sub New ( _
	consumerKey As String, _
	consumerSecret As String, _
	tokenKey As String, _
	tokenSecret As String _
)
public:
OAuthKey(
	String^ consumerKey, 
	String^ consumerSecret, 
	String^ tokenKey, 
	String^ tokenSecret
)
Parameters
consumerKey (String)
consumerSecret (String)
tokenKey (String)
tokenSecret (String)

Assembly: oAuth (Module: oAuth) Version: 1.0.0.0 (1.0.0.0)