C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 16)
16.
Which of the following security features can .NET applications avail?
  1. PIN Security
  2. Code Access Security
  3. Role Based Security
  4. Authentication Security
  5. Biorhythm Security
1, 4, 5
2, 5
2, 3
3, 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

GURU PRASAD said:   1 year ago
It's not only Code Access Security, Role Based Security and it will also support Authentication Security.

Himanshu said:   1 decade ago
Dave gave right explanation for this answer.
(1)

Shiva said:   1 decade ago
What is pin security?
(1)

Dave said:   1 decade ago
Understand the two-layered defense provided by the .NET Framework. Role-based security allows you to control user access to application resources and operations, while code access security can control which code can access resources and perform privileged operations.
(1)

Post your comments here:

Your comments will be displayed after verification.