4 writes to SamAccountName
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
341this.SamAccountName = samAccountName;
System\DirectoryServices\AccountManagement\Computer.cs (1)
34this.SamAccountName = samAccountName;
System\DirectoryServices\AccountManagement\Group.cs (1)
31this.SamAccountName = samAccountName;
System\DirectoryServices\AccountManagement\User.cs (1)
32this.SamAccountName = samAccountName;
1 reference to SamAccountName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
162string Name = p.SamAccountName;