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 )