What are different authentication types. How do you
retrieve user id in case of windows authentication?
Answers were Sorted based on User's Feedback
Answer / lakal govind.
There are mainly three types of authentication types in
.NET. These are
i) Forms Authentication.
ii) Windows Authentication.
iii)Passport Authentication.
| Is This Answer Correct ? | 28 Yes | 6 No |
Answer / shilpa
to retrieve user id in case of windows authentication
if from a ASP.Net page following code
Dim username As String
username = User.Identity.Name
if it is from a class or business object following code
Dim User As System.Security.Principal.IPrincipal
User = System.Web.HttpContext.Current.User
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sheik
Windows Authentication
2. IIS Authentication.
3. Forms Authentication.
4. Passport Authentication.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / pranabjyoti saikia
Different types windows authentications are
1. Windows Authentication
2. IIS Authentication.
3. Forms Authentication.
4. Passport Authentication.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / sesu
Two types of authentications.
1. Windows Authentication
2. Mixed Authentication
| Is This Answer Correct ? | 2 Yes | 21 No |
Explain how barcode create in the report?
What is a windows form application?
Extension methods can be both static and normal class methods. Yes/No?
What is form application?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
List out controls which does not have events?
what is the difference between Listindex and Tab index?
how to call constructor in abstract class
What is the use of lock keyword in C#?
What is boxing and how it is done internally?
How to find the current record position in data control?
Explain how many number of events does the timer controls?