Top "Userprincipal" questions

Encapsulates and exposes some principals or constructors of the active directory userprincipal class.

Getting UserPrincipal with Windows authentication and anonymous authentication on

The following code only works while only Windows Authentication is enabled in IIS for local users on our network. using (…

c# asp.net .net iis-7.5 userprincipal
Get nETBIOSName from a UserPrincipal object

I am using the System.DirectoryServices.AccountManagement part of the .Net library to interface into ActiveDirectory. Having called GetMembers() on …

c# .net active-directory userprincipal
Is pageContext.request.userPrincipal stored in session? Can I get password too?

I'm learning Spring security and as I understand by using request.getUserPrincipal() we could access the name, we could get …

jsp servlets spring-security passwords userprincipal