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 |
How do you apply specific formatting to the data inside the cells?
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
Which property value of the helpnavigator property will display the index for a specified topic?
Which controls can not be placed in MDI ?
To which namespace does the control class belong?
What is form and its types?
Which property of the errorprovider control automatically sets to the form to which?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".
How do you customize the column content inside the datagrid?
What is the use of form?
Explain how to split a column header in gridview using c#.net?
What is the use of play() playlooping() functions?