Yammer.Net Documented Class Library
GetSignature Method (method, session, url, timestamp, nonce)
NamespacesYammerHttpUtilityGetSignature(WebMethod, Session, String, String%, String%)
Generates OAuth signature for http request
Declaration Syntax
C#Visual BasicVisual C++
public static string GetSignature(
	WebMethod method,
	Session session,
	string url,
	out string timestamp,
	out string nonce
)
Public Shared Function GetSignature ( _
	method As WebMethod, _
	session As Session, _
	url As String, _
	<OutAttribute> ByRef timestamp As String, _
	<OutAttribute> ByRef nonce As String _
) As String
public:
static String^ GetSignature(
	WebMethod method, 
	Session^ session, 
	String^ url, 
	[OutAttribute] String^% timestamp, 
	[OutAttribute] String^% nonce
)
Parameters
method (WebMethod)
The WebMethod http web method
session (Session)
he Yammersession object
url (String)
The URL for the web request
timestamp ( String %)
nonce ( String %)
The OAuth nonce string
Return Value
OAuth signature

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)