Re: C# Remoting
- From: Jason <jason@xxxxxxxxxx>
- Date: Wed, 04 May 2005 14:01:17 -0700
Wow.... Is there something like domain authentication I can put into place or does the object end up responsible for all of its own security?
Richard Blewett [DevelopMentor] wrote:
No, unfortunately not. This is one reason they have introduced the IpcChannel in version 2.0,
Regards
Richard Blewett - DevelopMentor http://www.dotnetconsult.co.uk/weblog http://www.dotnetconsult.co.uk
I have implemented a C# class inherited from System.MarshalByRefObject
and using RegisterWellKnownServiceType to allow a web app to communicate
with a service on the same machine.
I would like to limit remoting of this class to the same machine (i.e. I
do NOT want external machines connecting to my class). Is there a way
to set security permissions for System.MarshalByRefObject to allow local
connections only?
.
- Follow-Ups:
- Re: C# Remoting
- From: Richard Blewett [DevelopMentor]
- Re: C# Remoting
- References:
- C# Remoting
- From: Jason
- Re: C# Remoting
- From: Richard Blewett [DevelopMentor]
- C# Remoting
- Prev by Date: Re: Nasty bug in the C# compiler, it truncates values on the stack
- Next by Date: Re: Error Opening Database (Using DataGrid)
- Previous by thread: Re: C# Remoting
- Next by thread: Re: C# Remoting
- Index(es):