6 references to All
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (2)
1028
SetProperty(PropertyManager.DefaultSecurityDescriptor, value?.GetSecurityDescriptorSddlForm(AccessControlSections.
All
));
1030
_defaultSDSddlForm = value?.GetSecurityDescriptorSddlForm(AccessControlSections.
All
);
System.Security.AccessControl (4)
System\Security\AccessControl\ObjectSecurity.cs (4)
523
SetSecurityDescriptorSddlForm(sddlForm, AccessControlSections.
All
);
530
if ((includeSections & AccessControlSections.
All
) == 0)
569
SetSecurityDescriptorBinaryForm(binaryForm, AccessControlSections.
All
);
576
if ((includeSections & AccessControlSections.
All
) == 0)