Re: Problem!
From: Arash Aghlara (arash_at_palplanet.com)
Date: 06/06/03
- Next message: Pieter Philippaerts: "Re: Certificate store without WSE"
- Previous message: J-P Meunier: "Certificate store without WSE"
- In reply to: Shawn Farkas [MS]: "Re: Problem!"
- Next in thread: Shawn Farkas [MS]: "Re: Problem!"
- Reply: Shawn Farkas [MS]: "Re: Problem!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 6 Jun 2003 19:35:09 +0430
I have used this way, but this has a problem
All of the customer and ME! have the same key!
I don't want using this was for granting access to cutomer to make the
plugins,
I signed my assembelies and check the access security by link demand in JIT,
now i needed a way
that customer have diffrent key depends on the registeration number of their
server!
Also is there any way to sign an assembly at runtime in code?
Regards
Arash Aghlara
MCP, MCAD
"Shawn Farkas [MS]" <shawnfa@online.microsoft.com> wrote in message
news:eJzbch6KDHA.452@TK2MSFTNGP11.phx.gbl...
> Hi Arash,
>
> One thing you could do is give all the licensed customers a key that
> they must sign their plug ins with. In your assemblies, you could use a
> LinkDemand to make sure the callers were signed by the key you gave to
them.
> You can find more information about LinkDemands here:
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm
l/cpconlinkdemands.asp
>
> -Shawn
>
> --
>
> --------------------------------------------------
> This posting is provided "AS IS" with no warranties, and confers no rights
> "Arash Aghlara" <arash@palplanet.com> wrote in message
> news:#YOXA04KDHA.2232@TK2MSFTNGP11.phx.gbl...
> >I have a problem with my server i have written it in C#.NET
> > This a is TCP/IP based server, that has some TCP/IP channels.
> > The based, will implement some classes and methods.
> > And now we can make plugin for this server.
> > The problem is we don't want allow all customer to make plugins by using
> > it's assemblies.
> > Only Customer with the valid SDK license have to make the plugins by
using
> > the assembelies,
> > How can we implement these security for our server.
> >
> > Regards
> > Arash Aghlara
> > MCP, MCAD
> >
> >
>
>
- Next message: Pieter Philippaerts: "Re: Certificate store without WSE"
- Previous message: J-P Meunier: "Certificate store without WSE"
- In reply to: Shawn Farkas [MS]: "Re: Problem!"
- Next in thread: Shawn Farkas [MS]: "Re: Problem!"
- Reply: Shawn Farkas [MS]: "Re: Problem!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|