Any good place to learn SecurityPermissions and Policy?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

Is there any place to learn SecurityPermissins and Policy?

I had looked into Code Access Security, but nothing much on using it.

I want to implement in depth CAS into my dlls, and my client side user calls
my dlls, will have limitations to the number of modules they can access.

I had Essential .NET book with me, and it had 1 portion explaining it. But
it doesn't show me how to use it in real scenarios. Like example,

there are few versions of vs.net 2003

Enterprise Architect - had all features
Professional - portion features
Academic - less features

I want to implement something that each client will receive the same dll (no
recompiling here), and then i had some Windows Forms, that can trigger some
security thing.... hmm...? well am i on the right track?

Is there a good place that i can look into or even beginners? Internet URL?

Thanks.
 
Here a couple of popular articles on CAS:
http://www.codeproject.com/gen/design/CASDesignPatterns.asp
http://www.codeproject.com/dotnet/UB_CAS_NET.asp

Hi there,

Is there any place to learn SecurityPermissins and Policy?

I had looked into Code Access Security, but nothing much on using it.

I want to implement in depth CAS into my dlls, and my client side user calls
my dlls, will have limitations to the number of modules they can access.

I had Essential .NET book with me, and it had 1 portion explaining it. But
it doesn't show me how to use it in real scenarios. Like example,

there are few versions of vs.net 2003

Enterprise Architect - had all features
Professional - portion features
Academic - less features

I want to implement something that each client will receive the same dll (no
recompiling here), and then i had some Windows Forms, that can trigger some
security thing.... hmm...? well am i on the right track?

Is there a good place that i can look into or even beginners? Internet URL?

Thanks.
 
Hi Shiva,

Yeah the articles looks great! I will look into it :) Thanks again.

Regards,
Chua Wen Ching
 
For any .NET security stuff I?d check out what Keith Brown has to say ? and luckily his forthcoming .NET security book is online at this link

http://pluralsight.com/wiki/default.aspx/Keith.GuideBook.HomePage

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

?
nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/
Hi Shiva,

Yeah the articles looks great! I will look into it :) Thanks again.

Regards,
Chua Wen Ching

Shiva said:
Here a couple of popular articles on CAS:
http://www.codeproject.com/gen/design/CASDesignPatterns.asp
http://www.codeproject.com/dotnet/UB_CAS_NET.asp

"Chua Wen Ching" wrote in message
Hi there,

Is there any place to learn SecurityPermissins and Policy?

I had looked into Code Access Security, but nothing much on using it.

I want to implement in depth CAS into my dlls, and my client side user
calls my dlls, will have limitations to the number of modules they can access.

I had Essential .NET book with me, and it had 1 portion explaining it.
But it doesn't show me how to use it in real scenarios. Like example,

there are few versions of vs.net 2003

Enterprise Architect - had all features Professional - portion
features Academic - less features

I want to implement something that each client will receive the same
dll (no recompiling here), and then i had some Windows Forms, that can
trigger some security thing.... hmm...? well am i on the right track?

Is there a good place that i can look into or even beginners? Internet URL?

Thanks.

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 10/09/2004

[microsoft.public.dotnet.languages.csharp]
 
Back
Top