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