Generates OAuth signature for http request

C# | Visual Basic | Visual 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 )

OAuth signature