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)
565
SetSecurityDescriptorSddlForm(sddlForm, AccessControlSections.
All
);
572
if ((includeSections & AccessControlSections.
All
) == 0)
611
SetSecurityDescriptorBinaryForm(binaryForm, AccessControlSections.
All
);
618
if ((includeSections & AccessControlSections.
All
) == 0)