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