17                return discretionaryAcl.EveryOneFullAccessForNullDacl;
 
 
   58        binaryForm[
offset] = (byte)number;
 
   59        binaryForm[
offset + 1] = (byte)(number >> 8);
 
   60        binaryForm[
offset + 2] = (byte)(number >> 16);
 
   61        binaryForm[
offset + 3] = (byte)(number >> 24);
 
 
   66        return binaryForm[
offset] + (binaryForm[
offset + 1] << 8) + (binaryForm[
offset + 2] << 16) + (binaryForm[
offset + 3] << 24);
 
 
  114        if (binaryForm == 
null)
 
  134        binaryForm[
offset + 1] = b;
 
  135        binaryForm[
offset + 2] = (byte)num2;
 
  136        binaryForm[
offset + 3] = (byte)(num2 >> 8);
 
  139        int offset4 = 
offset + 12;
 
  140        int offset5 = 
offset + 16;
 
 
 
static string ArgumentOutOfRange_ArrayTooSmall
 
static string ArgumentOutOfRange_NeedNonNegNum
 
void GetBinaryForm(byte[] binaryForm, int offset)
 
static bool IsSddlConversionSupported()
 
static int UnmarshalInt(byte[] binaryForm, int offset)
 
static void MarshalInt(byte[] binaryForm, int offset, int number)
 
GenericSecurityDescriptor()
 
SecurityIdentifier? Owner
 
SecurityIdentifier? Group
 
string GetSddlForm(AccessControlSections includeSections)
 
void GetBinaryForm(byte[] binaryForm, int offset)
 
static int ConvertSdToSddl(byte[] binaryForm, int requestedRevision, SecurityInfos si, out string resultSddl)
 
void GetBinaryForm(byte[] binaryForm, int offset)