Given the IdentityReference objects returned by WindowsIdentity.GetCurrent(), how do I find the display/friendly name of the given group?
Given the IdentityReference objects returned by WindowsIdentity.GetCurrent() , how do I find the display/friendly
Share
identityReference.Translate(typeof(NTAccount)).Valueshould do it.