1 write to luid
mscorlib (1)
system\security\accesscontrol\privilege.cs (1)
413
this.
luid
= LuidFromPrivilege( privilegeName );
3 references to luid
mscorlib (3)
system\security\accesscontrol\privilege.cs (3)
510
newState.Privilege.Luid = this.
luid
;
566
throw new PrivilegeNotHeldException( privileges[this.
luid
] as string );
631
newState.Privilege.Luid = this.
luid
;