Please advise, any other for the below solution.
//I used below code to retrieve the Linked domain Accounts, but the value returning like" S-1-5-21-776561741-1202660629-725345543-16289" instead of the domine user name.
LFGroup case_drawing = db.GetTrusteeByName("CCB_Fullaccess");
LFLinkedDomainAccountCollection usernamewin = case_drawing.LinkedDomainAccounts;
foreach (string username in usernamewin)
{
}
Thanks in advance