5 references to All
mscorlib (5)
system\security\accesscontrol\objectsecurity.cs (4)
602
SetSecurityDescriptorSddlForm( sddlForm, AccessControlSections.
All
);
612
if (( includeSections & AccessControlSections.
All
) == 0 )
652
SetSecurityDescriptorBinaryForm( binaryForm, AccessControlSections.
All
);
662
if (( includeSections & AccessControlSections.
All
) == 0 )
system\security\cryptography\icspasymmetricalgorithm.cs (1)
200
return Utils.GetKeySetSecurityInfo(safeProvHandle, AccessControlSections.
All
);