[Mono-dev] Remothing through HTTPS

Sebastien Pouliot sebastien.pouliot at gmail.com
Wed Sep 7 11:30:47 EDT 2005


On Wed, 2005-07-09 at 17:23 +0200, Yngve Zackrisson wrote:
> > > What I wonder is weather this approach gonna work with .NET Remoting 
> > > and with different Win32 MS .NET clients calling a Linux Mono server?.
> > 
> > Using client certificates in this (remoting) setup may prove a little
> > more challenging as Fx1.x X509Certificate class has no notion of a
> > private key associated with the certificate. This may be fixed by doing
> > a custom remoting channel that use Mono.Security.dll (where you'll have
> > a callback to supply the private key for your client certificate).
> > 
> 
> Excuse me but what is a "Fx1.x X509Certificate class" ?.

A quick way to say:

"... as the .NET Framework (both version 1.0 and 1.1)
System.Security.Cryptography.X509Certificates.X509Certificate class
has..."

-- 
Sebastien Pouliot
email: sebastien at ximian.com
blog: http://pages.infinit.net/ctech/




More information about the Mono-devel-list mailing list