Ejemplo n.º 1
0
 /// <summary>
 /// Disallow null ACLs.
 /// </summary>
 public AccessControlList()
 {
     _granted = new BaseControlList();
     _denied = new BaseControlList();
 }
 /// <summary>
 /// Disallow null ACLs.
 /// </summary>
 public AccessControlList()
 {
     _granted = new BaseControlList();
     _denied  = new BaseControlList();
 }