TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dc
NA
663
0
Active directory for .net application
Aug 19 2011 12:38 PM
In a C#.net 2008 desktop solution I am working on, I would like to know the following;
1. When an application starts and it knows you (as the user) by domain name/username, is that application using the active directory?
2. In this solution I find code that looks like the following:
System.Security.Principal.WindowsIdentity.GetCurrent().Name.
Is this application using active directory? If not, can you tell me the type of credentials that are being used?
Reply
Answers (
1
)
Display Active directory user inofmration on web page
Active directory for C#.net