17 references to ObjectMask
System.DirectoryServices.AccountManagement (17)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (15)
45
s_validPropertyMap = new Dictionary<string,
ObjectMask
>();
47
s_maskMap = new Dictionary<Type,
ObjectMask
>();
48
s_maskMap.Add(typeof(UserPrincipal),
ObjectMask
.User);
49
s_maskMap.Add(typeof(ComputerPrincipal),
ObjectMask
.Computer);
50
s_maskMap.Add(typeof(GroupPrincipal),
ObjectMask
.Group);
51
s_maskMap.Add(typeof(Principal),
ObjectMask
.Principal);
78
ObjectMask
BitMask = 0;
84
BitMask =
ObjectMask
.User;
90
BitMask =
ObjectMask
.Computer;
96
BitMask =
ObjectMask
.Group;
109
BitMask =
ObjectMask
.Principal;
114
BitMask =
ObjectMask
.None;
117
ObjectMask
currentMask;
1079
ObjectMask
value =
ObjectMask
.None;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
732
private static readonly Dictionary<string,
ObjectMask
> s_validPropertyMap;
733
private static readonly Dictionary<Type,
ObjectMask
> s_maskMap;