Custom Permissions
Details Related Types
Site:  C#Today
Original URL:  http://www.csharptoday.com/content/articles/20011114.asp
Summary:
Any multi user system needs to have a concept of security to protect one users data from another. This security element could be anything from granting or denying a user access to a file, a network share, or certain entities in a database. These security mechanisms are controlled via the use of Permissions. Before the advent of .NET, using permissions in application code was hard, but now the framework allows a very open and extensible permission architecture. In this article, the third of the week's security-based articles, Kaushal Sanghavi explores the support that the .NET framework offers for working with permissions, and demonstrate how developers can design their own custom permissions to control access to protected data.
System.AttributeUsageAttribute
System.EventArgs
System.Security.CodeAccessPermission
System.Security.IPermission
System.Security.Permissions.CodeAccessSecurityAttribute
System.Security.Permissions.FileIOPermission
System.Security.Permissions.IUnrestrictedPermission
System.Security.Permissions.PermissionState
System.Security.Permissions.SecurityAction
System.Security.PermissionSet
System.Security.SecurityElement
System.Security.SecurityException
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com