public static string AclGetName(MtaAcl theAcl) { throw new NotImplementedException(); }
public static bool AclGetRight(MtaAcl theAcl, string rightName) { throw new NotImplementedException(); }
public static bool AclDestroy(MtaAcl theACL) { throw new NotImplementedException(); }
public static bool AclSetRight(MtaAcl theAcl, string rightName, bool hasAccess) { throw new NotImplementedException(); }
public static dynamic AclListRights(MtaAcl theACL, string allowedType) { throw new NotImplementedException(); }
public static bool AclGroupRemoveACL(MtaAclGroup theGroup, MtaAcl theACL) { throw new NotImplementedException(); }
public AclEntry(MtaAcl mtaAclEntry) { entry = mtaAclEntry; }