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