a·gen·tic a·gil·i·ty

Loss of My.User.Name is not that bad

TL;DR; Explains how to access and manage user and security information in .NET applications using System.DirectoryServices.AccountManagement instead of My.User.Name.

Published on
2 minute read
Image
https://nkdagility.com/resources/2iThCwSc5Qx
Subscribe
1Imports System.DirectoryServices.AccountManagement

Loss of My.User.Name is not that bad In WPF development you can’t just use the “My.User.Name” classes as it is not set by default. If you still want to use it you can “My.User.InitializeWithWindowsUser()” to have it setup, but there is a better way.

If you are using Active Directory .Net 3.5 has provided a new way to access information…

There is a new assembly called “System.DirectoryServices.AccountManagement” that encapsulates all of the logic for accessing security information in a number of ways.

You can create a link to your local Active Directory  by calling:

1 Dim ctx As New PrincipalContext(ContextType.Domain)

The options for conencting are:

These options allow for most security authentications in your .NET applications, and it does not stop with wrapping the top level AD. if you want to access and control a user you need only:

1Dim u As UserPrincipal = UserPrincipal.FindByIdentity(ctx, IdentityType.Sid, WindowsIdentity.GetCurrent.User.Value)

I really like this as often I have has to build and Google (more the later than the former) class library for manipulating Active Directory objects, and you need not just use the Sid. You can use:

And this is just the direct load of a user object. There are Group object as well as fill search capability with the PrincipalSearcher and various other bits and bobs…

Well thats my find of the day Loss of My.User.Name is not that bad

Technorati Tags: .NET   WPF

Subscribe

Connect with Martin Hinshelwood

If you've made it this far, it's worth connecting with our principal consultant and coach, Martin Hinshelwood, for a 30-minute 'ask me anything' call.

Our Happy Clients​

We partner with businesses across diverse industries, including finance, insurance, healthcare, pharmaceuticals, technology, engineering, transportation, hospitality, entertainment, legal, government, and military sectors.​

Graham & Brown Logo

Graham & Brown

New Signature Logo

New Signature

MacDonald Humfrey (Automation) Ltd. Logo

MacDonald Humfrey (Automation) Ltd.

YearUp.org Logo

YearUp.org

Qualco Logo

Qualco

Genus Breeding Ltd Logo

Genus Breeding Ltd

Cognizant Microsoft Business Group (MBG) Logo

Cognizant Microsoft Business Group (MBG)

Akaditi Logo

Akaditi

ProgramUtvikling Logo

ProgramUtvikling

Flowmaster (a Mentor Graphics Company) Logo

Flowmaster (a Mentor Graphics Company)

Illumina Logo

Illumina

Brandes Investment Partners L.P. Logo

Brandes Investment Partners L.P.

DFDS Logo

DFDS

Capita Secure Information Solutions Ltd Logo

Capita Secure Information Solutions Ltd

Higher Education Statistics Agency Logo

Higher Education Statistics Agency

Healthgrades Logo

Healthgrades

Bistech Logo

Bistech

Milliman Logo

Milliman

Ghana Police Service Logo

Ghana Police Service

New Hampshire Supreme Court Logo

New Hampshire Supreme Court

Washington Department of Enterprise Services Logo

Washington Department of Enterprise Services

Washington Department of Transport Logo

Washington Department of Transport

Nottingham County Council Logo

Nottingham County Council

Department of Work and Pensions (UK) Logo

Department of Work and Pensions (UK)

YearUp.org Logo

YearUp.org

Capita Secure Information Solutions Ltd Logo

Capita Secure Information Solutions Ltd

Boxit Document Solutions

Epic Games Logo

Epic Games

Alignment Healthcare Logo

Alignment Healthcare

Workday Logo

Workday