Example #1
0
 public void ReadBytes(byte[][] Data)
 {
     this.BaseObject   = (byte[])Data.GetValue(0);
     this.Scope        = (byte[])Data.GetValue(1);
     this.DerefAliases = (byte[])Data.GetValue(2);
     this.SizeLimit    = (byte[])Data.GetValue(3);
     this.TimeLimit    = (byte[])Data.GetValue(4);
     this.TypesOnly    = (byte[])Data.GetValue(5);
     this.Filter       = (byte[])Data.GetValue(6);
     this.Attributes   = ASN1.DecodeOctetStringArray((byte[])Data.GetValue(7));
 }