[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-21 Thread Marc Wessely
t; > From: opensocial-orkut@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Marc Wessely > > Sent: 14 April 2008 07:06 PM > > To: opensocial-orkut@googlegroups.com > > Subject: [orkut-developer] Re: Verifying signature with C# \ ASP.NET > > > > yes me

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-15 Thread csharpsocial
d > > From: opensocial-orkut@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Marc Wessely > Sent: 14 April 2008 07:06 PM > To: opensocial-orkut@googlegroups.com > Subject: [orkut-developer] Re: Verifying signature with C# \ ASP.NET > > yes me still trying to get it work will post

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-14 Thread csharpsocial
cool, let me know if I can help anyhow On Apr 14, 2:35 pm, "Marc Wessely" <[EMAIL PROTECTED]> wrote: > yes me still trying to get it work will post code once it is working! > > 2008/4/14 csharpsocial <[EMAIL PROTECTED]>: > > > > > > > Has anyone done any work with oAuth and C# at all? > > > On Ap

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-14 Thread Marc Wessely
yes me still trying to get it work will post code once it is working! 2008/4/14 csharpsocial <[EMAIL PROTECTED]>: > > Has anyone done any work with oAuth and C# at all? > > On Apr 13, 4:45 pm, csharpsocial <[EMAIL PROTECTED]> wrote: > > This is the code that i would have expected to work but does

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-14 Thread csharpsocial
Has anyone done any work with oAuth and C# at all? On Apr 13, 4:45 pm, csharpsocial <[EMAIL PROTECTED]> wrote: > This is the code that i would have expected to work but doesn't :( > baseSignature is generated with the GenerateSignatureBase() of the > auth class > > X509Certificate2 certificate =

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-13 Thread csharpsocial
This is the code that i would have expected to work but doesn't :( baseSignature is generated with the GenerateSignatureBase() of the auth class X509Certificate2 certificate = new X509Certificate2(@"C:\pub. 1199819524.-1556113204990931254.cer"); RSACryptoServiceProvider rsacp = new RSACryptoServi

[orkut-developer] Re: Verifying signature with C# \ ASP.NET

2008-04-13 Thread csharpsocial
Hi dbright did you manage to solve this, I am stuck at exactly the same point :( All the examples I have seen around show how to verify the signature with HMACSHA1, Could anyone post an example to verify the signature with RSA-SHA1. Thanks in advance --~--~-~--~~~--