dc

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?


Answers (1)