a greenhand's question

N

nicho

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?
 
S

Steve Jansen

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top