18 references to GroupIsSecurityGroup
System.DirectoryServices.AccountManagement (18)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
407
{PropertyNames.
GroupIsSecurityGroup
, "groupType", new FromLdapConverterDelegate(GroupTypeFromLdapConverter), new ToLdapConverterDelegate(GroupTypeToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (4)
711
{PropertyNames.
GroupIsSecurityGroup
, "grouptype", new FromLdapConverterDelegate(GroupTypeFromLdapConverter), new ToLdapConverterDelegate(GroupTypeToLdapConverter)},
1032
case PropertyNames.
GroupIsSecurityGroup
:
1400
Debug.Assert(propertyName == PropertyNames.
GroupIsSecurityGroup
|| propertyName == PropertyNames.GroupGroupScope);
1429
case PropertyNames.
GroupIsSecurityGroup
:
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
249
g.LoadValueIntoProperty(PropertyNames.
GroupIsSecurityGroup
, true);
System\DirectoryServices\AccountManagement\Group.cs (5)
68
return HandleGet<bool>(ref _isSecurityGroup, PropertyNames.
GroupIsSecurityGroup
, ref _isSecurityGroupChanged);
81
HandleSet<bool>(ref _isSecurityGroup, value.Value, ref _isSecurityGroupChanged, PropertyNames.
GroupIsSecurityGroup
);
261
case PropertyNames.
GroupIsSecurityGroup
:
292
case PropertyNames.
GroupIsSecurityGroup
:
320
PropertyNames.
GroupIsSecurityGroup
=> _isSecurityGroup,
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
300
public const string PropertyNameStatic = PropertyNames.
GroupIsSecurityGroup
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (4)
662
{PropertyNames.
GroupIsSecurityGroup
, typeof(GroupPrincipal), "*******", new FromWinNTConverterDelegate(GroupTypeFromWinNTConverter), new ToWinNTConverterDelegate(GroupTypeToWinNTConverter)},
823
p.LoadValueIntoProperty(PropertyNames.
GroupIsSecurityGroup
, (object)true);
825
if (propertyName == PropertyNames.
GroupIsSecurityGroup
)
960
if (propertyName == PropertyNames.
GroupIsSecurityGroup
)
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
306
PropertyNames.
GroupIsSecurityGroup
,
System\DirectoryServices\AccountManagement\Utils.cs (1)
712
g.LoadValueIntoProperty(PropertyNames.
GroupIsSecurityGroup
, true);