Ask a Question related to ASP.NET Security, Design and Development.
-
nicho #1
a greenhand's question
Security concerns with authentication and so forth, I have
a question: Is the access of system API a topic of
security? In other words,I wonder, what kind of APIs are
restricted to some kind of user? If I am a admin, is there
any security problem?
nicho Guest
-
Newbie Question: Biz Card Template Question
Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I... -
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
<RonGrossi382872@yahoo.com> wrote in message news:1114393703.900419.199790@f14g2000cwb.googlegroups.com... This is the most important question of... -
Steve Jansen #2
Re: a greenhand's question
Your question is not overly specific, so it's hard to answer.
What do you mean by system API? Do you mean certain Framework assemblies?
Do you mean Win32 API calls from .NET?
With .NET you have two approaches. The first is using ACLs to limit access
to resources based on the user's credentials. The second is Code Access
Security for .NET, which assigns permissions to applications, rather than
users. There are also many application security models, such as COM+ role
based security, standard database auth, ASP.NET forms authentication, etc.
"nicho" <fessboy@tom.com> wrote in message
news:0bae01c38cb2$abb41900$a401280a@phx.gbl...> Security concerns with authentication and so forth, I have
> a question: Is the access of system API a topic of
> security? In other words,I wonder, what kind of APIs are
> restricted to some kind of user? If I am a admin, is there
> any security problem?
Steve Jansen Guest



Reply With Quote

