What are different authentication types. How do you
retrieve user id in case of windows authentication?

Answers were Sorted based on User's Feedback



What are different authentication types. How do you retrieve user id in case of windows authentica..

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

What are different authentication types. How do you retrieve user id in case of windows authentica..

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

What are different authentication types. How do you retrieve user id in case of windows authentica..

Answer / sheik

Windows Authentication
2. IIS Authentication.
3. Forms Authentication.
4. Passport Authentication.

Is This Answer Correct ?    7 Yes 2 No

What are different authentication types. How do you retrieve user id in case of windows authentica..

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

What are different authentication types. How do you retrieve user id in case of windows authentica..

Answer / sesu

Two types of authentications.

1. Windows Authentication
2. Mixed Authentication

Is This Answer Correct ?    2 Yes 21 No

Post New Answer

More Dot Net WindowsForms Interview Questions

Which event occurs when a user drags an item in a treeview or listview control?

0 Answers  


What is a fillable form?

0 Answers  


what are the differences between image and picture controls?

1 Answers  


Explain the new events in textbox that has been included in vb?

0 Answers  


What is the difference between pixels, points, and em’s when fonts are displayed?

0 Answers  






which property is used to change to some value to access a identity column in datacontrols?

0 Answers  


how see report periviwe

0 Answers   Wipro,


How to split a column header in gridview using c#.net?

0 Answers  


how barcode create in the report

2 Answers   Wipro,


What is form technology?

0 Answers  


Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?

0 Answers  


How many types of dialog boxes windows provides?

0 Answers  


Categories