Security types in ASP/ASP.NET? Different Authentication modes?
Answer Posted / pradeep
Different types of security in asp.net are
1.Code Access Security
2.Evidence Based Security
3.Role Based Security
4.Declarative and Imperative security
5.Cryptography
Different modes of Authentication are
1.Windows Authentication
2.IIS Authentication
3.Microsoft Passport Authentication
4.Forms Authentication
Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
Which protocol is used in a web api?
what are the ihttphandler and ihttphandlerfactory interfaces ?
How can you implement encapsulation in asp.net?
How many types of triggers are there in update panel?
Explain how dot net compiled code will become platform independent?
How you can return View from ASP.NET Web API method?
Is there any alternative to avoid name collisions other then Namespaces?
What does asp.net stand for?
What is bson in web api?
What is application state?
How can we create a website?
What is the difference between typeof() vs gettype()?
Is LINQ performance wise better or using sqlcommand?
What are sql joins?
Explain a program using razor view engine to create a simple application? : asp.net mvc